Added a (currently untested) strtoul implementation. strtol and strtoul should

probably get merged somehow, because they share quite some code.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4180 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-15 21:45:25 +00:00
parent 2f2bced531
commit 5e55e1c651
2 changed files with 120 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ C_OBJS = _afailed.o \
strftime.o \
strtok.o \
strtol.o \
strtoul.o \
strxfrm.o \
system.o \
timezone.o