#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "listio.h"
Go to the source code of this file.
LIST read_list |
( |
const char * |
filename | ) |
|
Definition at line 45 of file listio.cpp.
57 if (s[strlen (s) - 1] ==
'\n')
58 s[strlen (s) - 1] =
'\0';
LIST reverse_d(LIST list)
FILE * open_file(const char *filename, const char *mode)
LIST push(LIST list, void *element)