From 2278df1493e064c197913e49b5d1935942d83448 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 6 May 2025 16:57:32 -0700 Subject: initial import --- include/string_common.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/string_common.h (limited to 'include/string_common.h') diff --git a/include/string_common.h b/include/string_common.h new file mode 100644 index 0000000..bca8985 --- /dev/null +++ b/include/string_common.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +bool startswith(const char *, const char *); +bool endswith(const char *, const char *); -- cgit v1.2.3