1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/testcode/lib
2013-04-28 22:50:09 +02:00
..
atari Removed unmaintained Makefile and file lists. 2013-04-28 22:50:09 +02:00
arg-test.c
atoi-test.c Testcode for strtol and atoi. 2009-09-15 20:47:03 +00:00
clock.c
cprintf.c
cursor.c
deb.c
dir-test.c Fixed problems reported by Greg King. 2012-09-06 20:36:35 +00:00
div-test.c
em-test.c Added support for several machines. 2010-01-08 23:37:25 +00:00
fileio-test.c
ft.c include unistd.h -- fix by Daniel Serpell 2009-11-25 17:59:55 +00:00
getopt-test.c Added getopt. The implementation is based on a public domain source, 2010-07-10 11:28:02 +00:00
getsp.s
heaptest.c
joy-test.c
moddiv-test.c Added a test program for division and modulo operation. 2011-01-11 17:19:16 +00:00
mul-test.c Patch contributed by Greg King: 2009-12-02 15:15:49 +00:00
posixio-test.c include unistd.h -- fix by Daniel Serpell 2009-11-25 17:59:55 +00:00
rename-test.c Test program for the rename() function. Supplied by Greg King - thanks! 2009-02-22 15:42:40 +00:00
scanf-test.c
seek.c
ser-test.c Added support for the Apple2 machines. 2009-12-13 11:16:38 +00:00
shift-test.c Added a test program to test the 16 bit shift ops. 2012-07-12 21:11:21 +00:00
signal-test.c
strchr-test.c
strdup-test.c
strncmp-test.c
strnicmp-test.c initial check-in 2009-02-10 19:16:52 +00:00
stroserror-test.c
strtol-test.c Fixed a comment 2009-09-24 17:09:50 +00:00
strtoul-test.c Added a test for strtoul(). 2009-09-24 17:09:33 +00:00
time-test.c
uname-test.c