Add the time() function

git-svn-id: svn://svn.cc65.org/cc65/trunk@1504 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-12 19:54:30 +00:00
parent f95340fc44
commit 35aaf34e20
3 changed files with 48 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ S_OBJS = _fdesc.o \
strspn.o \
strstr.o \
strupper.o \
time.o \
tolower.o \
toupper.o \
vcprintf.o \