New module fileio-test.c

git-svn-id: svn://svn.cc65.org/cc65/trunk@1534 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-17 23:00:14 +00:00
parent 544ff5b900
commit 1075d1e193
2 changed files with 98 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ 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
fileio-test.c - test C file i/o routines (fopen/fread/fwrite/fclose)
ft.c - file I/O test program (open + read functions)
getsp.s - helper routine for ft.c
joytest.c - readjoy function test program