Added an implementation of clock() for the Lynx console. By Greg King.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5477 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-06 20:17:54 +00:00
parent b32b663b2c
commit c03a5caf19
3 changed files with 99 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
OBJS = bllhdr.o \
bootldr.o \
cgetc.o \
clock.o \
crt0.o \
ctype.o \
defdir.o \