aboutsummaryrefslogtreecommitdiff
path: root/string.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-08-13 20:31:28 +1200
committerDavid <dbphillipsnz@gmail.com>2013-08-13 20:31:28 +1200
commitbc6b1dde4d5a9fd2779c6328b43553488f46fa45 (patch)
tree1232ec59e38ca92372c65143c1e8c0a945c5d324 /string.h
downloadtoast-bc6b1dde4d5a9fd2779c6328b43553488f46fa45.tar.xz
Initial Commit
Diffstat (limited to 'string.h')
-rw-r--r--string.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/string.h b/string.h
new file mode 100644
index 0000000..41956c5
--- /dev/null
+++ b/string.h
@@ -0,0 +1,6 @@
+#ifndef STRING_H
+#define STRING_H
+
+uint64_t strlen(char *string);
+
+#endif \ No newline at end of file