summaryrefslogtreecommitdiff
path: root/include/strops.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/strops.hpp')
-rw-r--r--include/strops.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strops.hpp b/include/strops.hpp
index 5dc7368..206aaee 100644
--- a/include/strops.hpp
+++ b/include/strops.hpp
@@ -23,6 +23,7 @@ namespace strops {
size_t copy(char *dst, const char *src, size_t size);
char* contains(char* a, char* b);
bool equals(const char* a, const char* b);
+ char* tokenize(char* a, const char* find);
s32 format_va(char* s, size_t n, const char* format, va_list args);
s32 format(char* s, size_t n, const char* format, ...);