Added an implementation of strtol (stdlib.h).

git-svn-id: svn://svn.cc65.org/cc65/trunk@4177 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-15 20:56:08 +00:00
parent c6c3fc4738
commit e5996090f7
2 changed files with 130 additions and 1 deletions

View File

@@ -72,8 +72,9 @@ C_OBJS = _afailed.o \
rewind.o \
sleep.o \
strftime.o \
strxfrm.o \
strtok.o \
strtol.o \
strxfrm.o \
system.o \
timezone.o