# | 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> |
12 | #include <string.h> | |
13 | ||
14 | #include "meta.h" | |
# | Line 44 | Line 43 | char **argv; | |
43 | { | |
44 | FILE *fp; | |
45 | ||
47 | – | #ifdef CPM |
48 | – | fixargs("mtext", &argc, &argv); |
49 | – | #endif |
50 | – | |
46 | progname = *argv++; | |
47 | argc--; | |
48 | ||
# | Line 171 | Line 166 | int maxlen; | |
166 | ||
167 | { | |
168 | int linwidt; | |
174 | – | char *strncpy(); |
169 | char *slin; | |
170 | int i, j; | |
171 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |