diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-24 12:25:09 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-24 12:25:09 +0100 |
| commit | b80f0d0a9c5d9ec48ce4919ad45786a73977e892 (patch) | |
| tree | 70a652cd0177da923c6a09d413d0ca8645fb0521 /src/string_utils.h | |
| parent | 4c85a1d85a25c18d619628fe98bac32399b7192d (diff) | |
string utils
Diffstat (limited to 'src/string_utils.h')
| -rw-r--r-- | src/string_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_utils.h b/src/string_utils.h index 2b5c85f..32cdaf4 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -72,6 +72,7 @@ bool string_remove(char **buffer, char *text); char* string_get_json_literal(char **buffer, char *tmp); s32 string_get_json_number(char **buffer); s32 string_get_json_ulong_number(char **buffer); +char *string_get_next(char *list, char *buffer, char seperator); utf8_int32_t utf8_str_at(char *str, s32 index); void utf8_str_remove_at(char *str, s32 at); |
