X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/99e824529b9afeefa3855403974e88f6006dbc4c..6f4585f1e19602414bc4971c9d19fc5d600eb0fa:/include/xbt/str.h diff --git a/include/xbt/str.h b/include/xbt/str.h index 333461a491..d1cf58001f 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -74,6 +74,9 @@ XBT_PUBLIC(char *) xbt_str_varsubst(char *str, xbt_dict_t patterns); XBT_PUBLIC(void) xbt_str_strip_spaces(char *); XBT_PUBLIC(char *) xbt_str_diff(char *a, char *b); + +XBT_PUBLIC(char*)xbt_str_from_file(FILE *file); + /** @brief Classical alias to (char*) * * This of almost no use, beside cosmetics and the GRAS parsing macro (see \ref GRAS_dd_auto).