diff options
Diffstat (limited to 'src/lib/inc/string.h')
-rw-r--r-- | src/lib/inc/string.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/inc/string.h b/src/lib/inc/string.h deleted file mode 100644 index c97fada..0000000 --- a/src/lib/inc/string.h +++ /dev/null @@ -1,10 +0,0 @@ -// MIT License, Copyright (c) 2020 Marvin Borner - -#ifndef STRING_H -#define STRING_H - -#include <def.h> - -u32 strlen(const char *str); - -#endif |