50 if ((infile =
open_file (filename,
"r")) == NULL)
57 if (s[strlen (s) - 1] ==
'\n')
58 s[strlen (s) - 1] =
'\0';
LIST read_list(const char *filename)
FILE * open_file(const char *filename, const char *mode)
LIST reverse_d(LIST list)
LIST push(LIST list, void *element)