This commit is contained in:
jacksonmj
2011-01-06 22:26:31 +00:00
parent 6eafb157de
commit ed8c0031f4
15 changed files with 15539 additions and 15539 deletions

View File

@@ -43,8 +43,8 @@ char *mystrdup(char *s);
struct strlist
{
char *str;
struct strlist *next;
char *str;
struct strlist *next;
};
void strlist_add(struct strlist **list, char *str);