Added posixio-test.c

git-svn-id: svn://svn.cc65.org/cc65/trunk@1532 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-17 22:44:55 +00:00
parent 751aaee63d
commit 43d5800702
2 changed files with 89 additions and 3 deletions

View File

@@ -4,12 +4,12 @@ Test programs for the runtime lib:
clock.c - test program for clock() and CLOCKS_PER_SEC
cprintf.c - test program for cprintf \n and \r operators
cursor.c - test the cursor() function
deb.c - test program for the library debugger
div-test.c - test division/modulus and the div() routine
ft.c - file I/O test program (open + read functions)
getsp.s - helper routine for ft.c
joytest.c - readjoy function test program
time-test.c - test the time/mktime/gmtime/asctime functions
cursor.c - test the cursor() function
posixio-test.c - test POSIX file i/o routines (open/read/write/close)
seek.c - test lseek()/fseek()/fell()
time-test.c - test the time/mktime/gmtime/asctime functions