aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/base/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/base/string.h b/include/base/string.h
index a59c553..20bf21b 100644
--- a/include/base/string.h
+++ b/include/base/string.h
@@ -35,7 +35,7 @@ double str·atof(char *s);
char *str·itoa(char *s, int x);
/* nicer */
-vlong str·asint(char *s, char **end);
+long str·asint(char *s, char **end, int base);
double str·asfloat(char *s, char **end);
/* augmented string functions */