summaryrefslogtreecommitdiff
path: root/src/string_utils.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-24 12:25:09 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-24 12:25:09 +0100
commitb80f0d0a9c5d9ec48ce4919ad45786a73977e892 (patch)
tree70a652cd0177da923c6a09d413d0ca8645fb0521 /src/string_utils.h
parent4c85a1d85a25c18d619628fe98bac32399b7192d (diff)
string utils
Diffstat (limited to 'src/string_utils.h')
-rw-r--r--src/string_utils.h1
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);