Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
nope, dudes, this function is a standard one.
[simgrid.git] / include / xbt / str.h
index 9e807c8..dd5c544 100644 (file)
@@ -48,8 +48,6 @@ 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(long) getline(char **lineptr, size_t * n, FILE * stream);
-
 XBT_PUBLIC(char*)xbt_str_from_file(FILE *file);
 
 /** @brief Classical alias to (char*)