diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/string.h | 9 |
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 */ |
