summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/string.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/string.h b/src/lib/string.h
deleted file mode 100644
index 72585ac..0000000
--- a/src/lib/string.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef STRING_H
-#define STRING_H
-
-#include <stddef.h>
-
-size_t strlen(const char *s);
-char *strcpy(char *restrict dst, const char *restrict src);
-
-#endif /* STRING_H */