]> git.sur5r.net Git - cc65/commit
POSIX file I/O by Oliver Schmidt
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 12 Apr 2005 09:12:48 +0000 (09:12 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 12 Apr 2005 09:12:48 +0000 (09:12 +0000)
commitfeacac1394dfc12036b4bf086eeaa8d94000442c
tree9e9dd6a19c5866765ec28659a5ac51814d9ad903
parent49d1b8f553c2e211fa04a2c391fa92252179a4a1
POSIX file I/O by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@3457 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 files changed:
libsrc/apple2/Makefile
libsrc/apple2/close.s [new file with mode: 0644]
libsrc/apple2/filedes.inc [new file with mode: 0644]
libsrc/apple2/filedes.s [new file with mode: 0644]
libsrc/apple2/fileerr.s [new file with mode: 0644]
libsrc/apple2/filename.s [new file with mode: 0644]
libsrc/apple2/open.s [new file with mode: 0644]
libsrc/apple2/oserror.s [new file with mode: 0644]
libsrc/apple2/read.s
libsrc/apple2/rwcommon.s [new file with mode: 0644]
libsrc/apple2/write.s
libsrc/apple2enh/Makefile