diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,13 +1,8 @@ -#include "list.h" +#include "main.h" #include <stdio.h> #include <stdlib.h> #include <string.h> -struct student { - char *name; - struct list_elem elem; -}; - // Read a line from stdin, strip the eventual newline and return a pointer // to the string. Remember to free the pointer. char *read_input() { |
