Added lots of functions from time.h

git-svn-id: svn://svn.cc65.org/cc65/trunk@1507 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-12 22:06:02 +00:00
parent cae19c1a8a
commit 43d8ecd567
8 changed files with 469 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ _fopen.s
_hextab.s
_scanf.s
abort.s
asctime.s
bsearch.s
errormsg.s
fclose.s
@@ -22,7 +23,10 @@ ftell.s
fwrite.s
getchar.s
gets.s
gmtime.s
locale.s
localtime.s
mktime.s
perror.s
putchar.s
puts.s
@@ -30,7 +34,9 @@ qsort.s
realloc.s
rewind.s
sscanf.s
strftime.s
strtok.s
strxfrm.s
timezone.s
vprintf.s
vsscanf.s