aboutsummaryrefslogtreecommitdiff
path: root/include/usr/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usr/string.h')
-rw-r--r--include/usr/string.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usr/string.h b/include/usr/string.h
new file mode 100644
index 0000000..7da44a8
--- /dev/null
+++ b/include/usr/string.h
@@ -0,0 +1,6 @@
+#ifndef USR_STRING_H
+#define USR_STRING_H
+
+char* ulong_to_string(unsigned long value, char* data);
+
+#endif