mirror of
https://github.com/cc65/cc65.git
synced 2025-01-21 15:32:41 +00:00
There's no 'closeallstreams' (anymore ?).
This commit is contained in:
parent
96006dba96
commit
a795a27689
@ -2,10 +2,6 @@
|
|||||||
; Ullrich von Bassewitz, 16.11.2002
|
; Ullrich von Bassewitz, 16.11.2002
|
||||||
;
|
;
|
||||||
; int open (const char* name, int flags, ...); /* May take a mode argument */
|
; int open (const char* name, int flags, ...); /* May take a mode argument */
|
||||||
;
|
|
||||||
; Be sure to keep the value priority of closeallfiles lower than that of
|
|
||||||
; closeallstreams (which is the high level C file I/O counterpart and must be
|
|
||||||
; called before closeallfiles).
|
|
||||||
|
|
||||||
|
|
||||||
.export _open
|
.export _open
|
||||||
|
Loading…
x
Reference in New Issue
Block a user