X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49c3a6ceea27072ba958e60072c27a12a388d736..7ab38fd3064b5b7fe7668031dd314632ea05816b:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index e2f5726862..93a987bc5e 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -37,6 +37,7 @@ 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); +XBT_PUBLIC(char *) xbt_str_join_array(char*const* strs, const char *sep); /* */ XBT_PUBLIC(void) xbt_str_subst(char *str, char from, char to, int amount);