| # | Line 26 | Line 26 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 26 | ||
| 27 | #include "copyright.h" | |
| 28 | ||
| 29 | – | #include <stdio.h> |
| 30 | – | #include <string.h> |
| 29 | #include <time.h> | |
| 30 | #include <ctype.h> | |
| 31 | ||
| 32 | < | #include "resolu.h" |
| 32 | > | #include "rtio.h" |
| 33 | > | #include "resolu.h" |
| 34 | ||
| 35 | #define MAXLINE 512 | |
| 36 | ||
| # | Line 40 | Line 39 | char HDRSTR[] = "#?"; /* information header magic nu | |
| 39 | char FMTSTR[] = "FORMAT="; /* format identifier */ | |
| 40 | ||
| 41 | char TMSTR[] = "CAPDATE="; /* capture date identifier */ | |
| 43 | – | |
| 44 | – | extern void fputword(char *s, FILE *fp); |
| 42 | ||
| 43 | static int mycheck(); | |
| 44 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |