aboutsummaryrefslogtreecommitdiff
path: root/src/mlibc/stdlib/htoi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlibc/stdlib/htoi.c')
-rw-r--r--src/mlibc/stdlib/htoi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mlibc/stdlib/htoi.c b/src/mlibc/stdlib/htoi.c
index 73a583b..c78fe9d 100644
--- a/src/mlibc/stdlib/htoi.c
+++ b/src/mlibc/stdlib/htoi.c
@@ -2,7 +2,8 @@
#include <stddef.h>
#include <mlibc/string.h>
-int htoi(char *str) {
+int htoi(char *str)
+{
size_t s_str = strlen(str);
size_t i = 0;