From 439d724ce5939cab7a5c858d1829f212e01e0402 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Feb 2015 11:33:16 -0500 Subject: first real commit --- libc/string.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libc/string.h (limited to 'libc/string.h') diff --git a/libc/string.h b/libc/string.h new file mode 100644 index 0000000..8606fab --- /dev/null +++ b/libc/string.h @@ -0,0 +1,3 @@ +#include +int strlen(const char*); +void* memset(void*, int, size_t); -- cgit v1.1