X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..1e63236e9e8efbc71cd2a0ab87a985b7175a7f37:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index b08a4dae6c..e2f5726862 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -32,6 +32,8 @@ XBT_PUBLIC(void) xbt_str_trim(char *s, const char *char_list); XBT_PUBLIC(xbt_dynar_t) xbt_str_split(const char *s, const char *sep); XBT_PUBLIC(xbt_dynar_t) xbt_str_split_quoted(const char *s); +XBT_PUBLIC(xbt_dynar_t) xbt_str_split_quoted_in_place(char *s); + XBT_PUBLIC(xbt_dynar_t) xbt_str_split_str(const char *s, const char *sep); XBT_PUBLIC(char *) xbt_str_join(xbt_dynar_t dynar, const char *sep);