summaryrefslogtreecommitdiff
path: root/src/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib.h')
-rw-r--r--src/stdlib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdlib.h b/src/stdlib.h
new file mode 100644
index 0000000..fc6e248
--- /dev/null
+++ b/src/stdlib.h
@@ -0,0 +1,6 @@
+#ifndef STDLIB_H
+#define STDLIB_H
+
+char *itoa( int v, char *s, int base );
+
+#endif /* STDLIB_H */