aboutsummaryrefslogtreecommitdiff
path: root/libc/string.h
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-02-01 16:50:55 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-02-01 16:50:55 -0500
commit483754ab27f2a58011f723efa52163a83c63e56e (patch)
treefa50d2afc84b0403db26d92f38226d75adb7f281 /libc/string.h
parent726684887d414fbefe28d0d210abea8e842ecd21 (diff)
downloadkappa-483754ab27f2a58011f723efa52163a83c63e56e.zip
kappa-483754ab27f2a58011f723efa52163a83c63e56e.tar.gz
kappa-483754ab27f2a58011f723efa52163a83c63e56e.tar.bz2
kappa-483754ab27f2a58011f723efa52163a83c63e56e.tar.xz
lots of stuff
Diffstat (limited to 'libc/string.h')
-rw-r--r--libc/string.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/string.h b/libc/string.h
deleted file mode 100644
index 8606fab..0000000
--- a/libc/string.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <stdint.h>
-int strlen(const char*);
-void* memset(void*, int, size_t);