From 40cc5e32663cd0350b791b8e54825f564489343f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 22 Jul 2020 18:26:56 +0200 Subject: Imported some things from master --- src/lib/inc/string.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/lib/inc/string.h (limited to 'src/lib/inc/string.h') diff --git a/src/lib/inc/string.h b/src/lib/inc/string.h new file mode 100644 index 0000000..c97fada --- /dev/null +++ b/src/lib/inc/string.h @@ -0,0 +1,10 @@ +// MIT License, Copyright (c) 2020 Marvin Borner + +#ifndef STRING_H +#define STRING_H + +#include + +u32 strlen(const char *str); + +#endif -- cgit v1.2.3