summaryrefslogtreecommitdiff
path: root/include/strops.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/strops.hpp')
-rw-r--r--include/strops.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/strops.hpp b/include/strops.hpp
index daa1d71..08dbd5a 100644
--- a/include/strops.hpp
+++ b/include/strops.hpp
@@ -1,3 +1,4 @@
#pragma once
-size_t strops_copy(char *dst, const char *src, size_t size); \ No newline at end of file
+size_t strops_copy(char *dst, const char *src, size_t size);
+char* strops_stristr(char* a, char* b); \ No newline at end of file