1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00

Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@1568 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-11-22 00:39:29 +00:00
parent e77a39b2cd
commit c6bd3063d5

View File

@ -12,5 +12,5 @@ ft.c - file I/O test program (open + read functions)
getsp.s - helper routine for ft.c
joytest.c - readjoy function test program
posixio-test.c - test POSIX file i/o routines (open/read/write/close)
seek.c - test lseek()/fseek()/fell()
seek.c - test lseek()/fseek()/ftell()
time-test.c - test the time/mktime/gmtime/asctime functions