aboutsummaryrefslogtreecommitdiff
path: root/string/common.h
diff options
context:
space:
mode:
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