1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00
cc65/testcode/lib/files.txt
cuz aa5a3035ef New test program arg-test.c
git-svn-id: svn://svn.cc65.org/cc65/trunk@3003 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-05-02 00:53:39 +00:00

21 lines
951 B
Plaintext

Test programs for the runtime lib:
----------------------------------
arg-test.c - test program for passing arguments to main()
clock.c - test program for clock() and CLOCKS_PER_SEC
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
em-test.c - test extended memory drivers
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
joy-test.c - joystick driver test program
posixio-test.c - test POSIX file i/o routines (open/read/write/close)
seek.c - test lseek()/fseek()/ftell()
signal-test.c - small test program for signal/raise
time-test.c - test the time/mktime/gmtime/asctime functions
uname-test.c - test the uname function