X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1fe2f989773aa89ece6d87132a0ebe944fc62e3..5fd684c7bad6ba06081c88aa7054aac4e28d566f:/include/xbt/str.h?ds=sidebyside diff --git a/include/xbt/str.h b/include/xbt/str.h index 7eb960f771..b98b00e2ae 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -28,8 +28,6 @@ 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 char* xbt_str_join_array(const char* const* strs, const char* sep); - XBT_PUBLIC long int xbt_str_parse_int(const char* str, const char* error_mesg); XBT_PUBLIC double xbt_str_parse_double(const char* str, const char* error_mesg);