1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65/testcode/lib/files.txt
cpg d784b9551e added clock.c
git-svn-id: svn://svn.cc65.org/cc65/trunk@1103 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-11-06 22:00:46 +00:00

15 lines
366 B
Plaintext

Test programs for the runtime lib:
----------------------------------
ft.c - File I/O test program (open + read functions)
getsp.s - Helper routine for ft.c
joytest.c - readjoy function test program
cprintf.c - test program for cprintf \n and \r operators
deb.c - test program for the library debugger
clock.c - test program for clock() and CLOCKS_PER_SEC