# | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
---|---|---|
10 | */ | |
11 | ||
12 | #include <stdio.h> | |
13 | – | |
13 | #include <stdlib.h> | |
15 | – | |
14 | #include <math.h> | |
17 | – | |
15 | #include <ctype.h> | |
16 | ||
17 | + | #include "rtprocess.h" |
18 | + | #include "rtmisc.h" |
19 | + | #include "rtio.h" |
20 | #include "mgvars.h" | |
21 | ||
22 | #define MAXLINE 512 | |
# | Line 25 | Line 25 | static const char RCSid[] = "$Id$"; | |
25 | ||
26 | #define isnum(c) (isdigit(c)||(c)=='-'||(c)=='+'||(c)=='.'||(c)=='e'||(c)=='E') | |
27 | ||
28 | < | char *findfile(), *emalloc(), *ecalloc(), *erealloc(), *savestr(), *strcpy(); |
29 | < | FILE *fopen(), *popen(); |
28 | > | char *findfile(); |
29 | > | |
30 | extern char *progname, *libpath[]; | |
31 | ||
32 | #ifdef DCL_ATOF |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |