summaryrefslogtreecommitdiff
path: root/include/string_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string_common.h')
-rw-r--r--include/string_common.h6
1 files changed, 6 insertions, 0 deletions
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 <stdbool.h>
+
+bool startswith(const char *, const char *);
+bool endswith(const char *, const char *);