]> git.sur5r.net Git - cc65/commit
Added a (currently untested) strtoul implementation. strtol and strtoul should
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 15 Sep 2009 21:45:25 +0000 (21:45 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 15 Sep 2009 21:45:25 +0000 (21:45 +0000)
commit5e55e1c65199b41f31286a78e4bb577806056afa
tree83ef89af01476829b1f008c8318b5e3a0a63c262
parent2f2bced53124ed03ed33e1ba3a3e9c197b10834a
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
libsrc/common/Makefile
libsrc/common/strtoul.c [new file with mode: 0644]