aboutsummaryrefslogtreecommitdiff
path: root/os/stdlib/sdtlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/stdlib/sdtlib.h')
-rw-r--r--os/stdlib/sdtlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/stdlib/sdtlib.h b/os/stdlib/sdtlib.h
index a0b3402..85073d2 100644
--- a/os/stdlib/sdtlib.h
+++ b/os/stdlib/sdtlib.h
@@ -1 +1,2 @@
-char* int_to_str(int i); \ No newline at end of file
+char* int_to_str(int i);
+int strcmp(const char *str1, const char *str2); \ No newline at end of file