From 99e183a2f569729d722d83503cb851d6198fc1fe Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 23 Jul 2020 13:10:22 +0200 Subject: Some functions for stdlib --- src/lib/inc/string.h | 10 ---------- 1 file changed, 10 deletions(-) delete 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 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 - -u32 strlen(const char *str); - -#endif -- cgit v1.2.3