From 25108684fe235d4296c3cbc480298df209682586 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 4 Apr 2023 06:01:50 +0000 Subject: build system and some other stuff --- include/string.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/string.h (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h new file mode 100644 index 0000000..a8edd63 --- /dev/null +++ b/include/string.h @@ -0,0 +1,8 @@ +#ifndef _STRING_H +#define _STRING_H + +#include + +void *memset(void *s, int c, size_t n); + +#endif /* _STRING_H */ -- cgit v1.2.3