# | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
---|---|---|
9 | * cc mtext.c mfio.o syscalls.o misc.o | |
10 | */ | |
11 | ||
12 | + | #include <malloc.h> |
13 | + | #include <string.h> |
14 | ||
15 | #include "meta.h" | |
16 | ||
# | Line 122 | Line 124 | FILE *fp; | |
124 | static char linbuf[MAXLINE]; | |
125 | int nlines; | |
126 | char **section; | |
125 | – | char *calloc(), *malloc(), *fgets(), *strcpy(); |
127 | int maxlen; | |
128 | int done; | |
129 | int i, j, k; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |