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