Exemple : /** \* Get the next line in the file \* Return 0 when line is OK else 1 _/ int get_line_file(FILE *_ file,char *\* line,size_t \* size);
Exemple :
/**
* Get the next line in the file
* Return 0 when line is OK else 1
/
int get_line_file(FILE * file,char ** line,size_t * size);