1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
cc65/libsrc/apple2/filedes.inc
cuz 93ce19da63 Cosmetic changes from Oliver Schmidt
git-svn-id: svn://svn.cc65.org/cc65/trunk@3460 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-04-15 08:27:09 +00:00

17 lines
294 B
PHP

;
; Oliver Schmidt, 30.12.2004
;
; File descriptor management for the POSIX I/O routines
;
.struct FD
REF_NUM .byte
FLAGS .byte
BUFFER .addr
.endstruct
.global fdtab
.global getfd
MAX_FDS = 8