aboutsummaryrefslogtreecommitdiff
path: root/src/lib/inc/string.h
diff options
context:
space:
mode:
authorMarvin Borner2020-07-23 13:10:22 +0200
committerMarvin Borner2020-07-23 13:10:22 +0200
commit99e183a2f569729d722d83503cb851d6198fc1fe (patch)
tree21e48da4f0220022d17b420de0bf771a97985293 /src/lib/inc/string.h
parentfa00718c221b64070067bcd64acbc297e4ac699c (diff)
Some functions for stdlib
Diffstat (limited to 'src/lib/inc/string.h')
-rw-r--r--src/lib/inc/string.h10
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