]> git.sur5r.net Git - cc65/blob - libsrc/apple2/filedes.inc
Fixed gcc compiler warning (#867)
[cc65] / libsrc / apple2 / filedes.inc
1 ;
2 ; Oliver Schmidt, 30.12.2004
3 ;
4 ; File descriptor management for the POSIX I/O routines
5 ;
6
7         .struct FD
8                 REF_NUM .byte
9                 FLAGS   .byte
10                 BUFFER  .addr
11         .endstruct
12
13         .global         fdtab
14         .global         getfd
15
16 MAX_FDS = 8