From 6e4b9831f903e583d58de8b4265159f6d859ebc2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 2 Sep 2022 23:56:18 +0200 Subject: user/ports: bare minimum to run doomgeneric --- src/user/lib/include/strings.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/user/lib/include/strings.h (limited to 'src/user/lib/include/strings.h') diff --git a/src/user/lib/include/strings.h b/src/user/lib/include/strings.h new file mode 100644 index 0000000..d0abc47 --- /dev/null +++ b/src/user/lib/include/strings.h @@ -0,0 +1,5 @@ +#pragma once +#include + +int strcasecmp(const char *s1, const char *s2); +int strncasecmp(const char *s1, const char *s2, size_t n); -- cgit v1.2.3