From d976c1227f367a4547a004597b8d360a8958eba9 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 10 Oct 2025 22:03:05 +0200 Subject: working on NL tax reports --- include/strops.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/strops.hpp') 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, ...); -- cgit v1.2.3-70-g09d2