diff options
Diffstat (limited to 'lib/cstr/cstr.h')
| -rw-r--r-- | lib/cstr/cstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cstr/cstr.h b/lib/cstr/cstr.h index ce27eb0..049c867 100644 --- a/lib/cstr/cstr.h +++ b/lib/cstr/cstr.h @@ -11,6 +11,7 @@ typedef struct { u64 cstr_length(const char *); i8 cstr_compare(const char *a, const char *b); u64 cstr_split(char *cstr, char split); +u64 cstr_split_with_cancel(char *cstr, char split, char cancel); const char *next_split(const char *previous); u64 strip_front(char *cstr, char strip); u64 strip_back(char *cstr, char strip); |