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 --- src/strops.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/strops.cpp') diff --git a/src/strops.cpp b/src/strops.cpp index 146a909..d47ec2e 100644 --- a/src/strops.cpp +++ b/src/strops.cpp @@ -63,6 +63,11 @@ namespace strops { return 0; } + char* tokenize(char* a, const char* find) + { + return strtok(a, find); + } + s32 format_va(char* s, size_t n, const char* format, va_list args) { s32 result = vsnprintf(s, n, format, args); -- cgit v1.2.3-70-g09d2