New file uname-test.c

git-svn-id: svn://svn.cc65.org/cc65/trunk@2287 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-08-12 17:32:16 +00:00
parent 4e76d0155d
commit b410ca18c4
2 changed files with 27 additions and 0 deletions

View File

@@ -16,3 +16,4 @@ 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