]> git.sur5r.net Git - cc65/blob - testcode/lib/files.txt
added cursor.c and seek.c
[cc65] / testcode / lib / files.txt
1
2 Test programs for the runtime lib:
3 ----------------------------------
4
5 clock.c         -       test program for clock() and CLOCKS_PER_SEC
6 cprintf.c       -       test program for cprintf \n and \r operators
7 deb.c           -       test program for the library debugger
8 div-test.c      -       test division/modulus and the div() routine
9 ft.c            -       file I/O test program (open + read functions)
10 getsp.s         -       helper routine for ft.c
11 joytest.c       -       readjoy function test program
12 time-test.c     -       test the time/mktime/gmtime/asctime functions
13 cursor.c        -       test the cursor() function
14 seek.c          -       test lseek()/fseek()/fell()
15