rename estrtol

This commit is contained in:
Connor Lane Smith
2011-06-10 14:55:01 +01:00
parent 61247e3595
commit 954106050f
12 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
#include "../util.h"
long
strnum(const char *s, int base)
estrtol(const char *s, int base)
{
char *end;
long n;