summaryrefslogtreecommitdiff
path: root/include/strops.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-10 22:03:05 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-10 22:03:05 +0200
commitd976c1227f367a4547a004597b8d360a8958eba9 (patch)
tree891b89263176375f058598b629b145177531a54a /include/strops.hpp
parent1c53bd3ac83cc7a985983ac656bc2599276808a4 (diff)
working on NL tax reports
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, ...);