Add estrtoul()

This commit is contained in:
sin
2015-01-30 13:24:41 +00:00
parent e077e0c00a
commit b90ca482a0
3 changed files with 28 additions and 0 deletions

1
util.h
View File

@@ -32,6 +32,7 @@ void weprintf(const char *, ...);
double estrtod(const char *);
long estrtol(const char *, int);
unsigned long estrtoul(const char *, int);
#undef strcasestr
char *strcasestr(const char *, const char *);