aboutsummaryrefslogtreecommitdiff
path: root/string/common.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-08-14 15:56:17 +1200
committerDavid <dbphillipsnz@gmail.com>2014-03-27 20:32:47 +1300
commit9d9de30b314f763069ed18fe8da8b6187d6faf38 (patch)
tree8f5c182d423da7256e491e6d332f8e162ec83fe6 /string/common.h
parente8b4c2e0631426ac7ee596884d35432d02afdb57 (diff)
downloadtoast-9d9de30b314f763069ed18fe8da8b6187d6faf38.tar.xz
Bugfixes
Diffstat (limited to 'string/common.h')
-rw-r--r--string/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/common.h b/string/common.h
index 28ab975..f332f1c 100644
--- a/string/common.h
+++ b/string/common.h
@@ -21,5 +21,6 @@
uint64_t strlen(char *string);
void itoa(uint32_t num,char *buffer);
+uint32_t atoi(char *string);
#endif \ No newline at end of file