1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-06 18:54:30 +00:00
cc65/testcode/lib/files.txt
cuz 730a75cce5 New module time-test.c
git-svn-id: svn://svn.cc65.org/cc65/trunk@1505 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-12 22:01:17 +00:00

14 lines
501 B
Plaintext

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
joytest.c - readjoy function test program
time-test.c - Test the time/mktime/gmtime/asctime functions