diff options
Diffstat (limited to 'libc/string.h')
| -rw-r--r-- | libc/string.h | 3 |
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); |