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:
@@ -74,6 +74,7 @@ C_OBJS = _afailed.o \
|
||||
strftime.o \
|
||||
strtok.o \
|
||||
strtol.o \
|
||||
strtoul.o \
|
||||
strxfrm.o \
|
||||
system.o \
|
||||
timezone.o
|
||||
|
||||
Reference in New Issue
Block a user