| # | Line 31 | Line 31 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 31 | #include <time.h> | |
| 32 | #include <ctype.h> | |
| 33 | ||
| 34 | + | #include "standard.h" |
| 35 | + | |
| 36 | #define MAXLINE 512 | |
| 37 | ||
| 38 | char HDRSTR[] = "#?"; /* information header magic number */ | |
| # | Line 138 | Line 140 | int ac; | |
| 140 | char **av; | |
| 141 | FILE *fp; | |
| 142 | { | |
| 141 | – | int quote; |
| 142 | – | |
| 143 | while (ac-- > 0) { | |
| 144 | fputword(*av++, fp); | |
| 145 | fputc(ac ? ' ' : '\n', fp); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |