]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/files.txt
New module fileio-test.c
[cc65] / testcode / lib / files.txt
index 5ed34133497154455e5a83ed1c20a3df32f3006e..0751b14952eedc7a0c76f3935bba6ff33c7e5609 100644 (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