]> git.sur5r.net Git - cc65/commitdiff
added cursor.c and seek.c
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 13 Nov 2002 18:59:12 +0000 (18:59 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 13 Nov 2002 18:59:12 +0000 (18:59 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1518 b7a2c559-68d2-44c3-8de9-860c34a00d81

testcode/lib/files.txt

index 210d17291549e0f1c9ad292f0a3396a447348d78..ef60b3502e09b8f01d1123c205672db36d02170c 100644 (file)
@@ -5,9 +5,11 @@ 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
 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
+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
+time-test.c    -       test the time/mktime/gmtime/asctime functions
+cursor.c       -       test the cursor() function
+seek.c         -       test lseek()/fseek()/fell()