Rev 8122 | Rev 8177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8122 | Rev 8160 | ||
---|---|---|---|
Line 118... | Line 118... | ||
118 | void string_modify1(char *start, char *bad_beg, char *bad_end, char *good,...); |
118 | void string_modify1(char *start, char *bad_beg, char *bad_end, char *good,...); |
119 | void string_modify2(char *start, char *bad_beg, char *bad_end, char *good,...); |
119 | void string_modify2(char *start, char *bad_beg, char *bad_end, char *good,...); |
120 | 120 | ||
121 | long int filelength(char *fn,...); |
121 | long int filelength(char *fn,...); |
122 | int catfile(FILE *outf, char *fn,...); |
122 | int catfile(FILE *outf, char *fn,...); |
123 | #ifdef libwims |
- | |
124 | char *fnd_position; |
- | |
125 | char *fnd_nextpos; |
- | |
126 | #else |
- | |
127 |
|
123 | extern char *fnd_position; |
128 |
|
124 | extern char *fnd_nextpos; |
129 | #endif |
- | |
130 | 125 | ||
131 | extern char *acctab, *deatab; |
126 | extern char *acctab, *deatab; |
132 | 127 | ||
133 | /* evalue.c */ |
128 | /* evalue.c */ |
134 | #define EV_S "EVLS" |
129 | #define EV_S "EVLS" |
Line 136... | Line 131... | ||
136 | #define EV_X "EVLX" |
131 | #define EV_X "EVLX" |
137 | #define EV_Y "EVLY" |
132 | #define EV_Y "EVLY" |
138 | typedef struct ev_variable{ |
133 | typedef struct ev_variable{ |
139 | char *name; double value; |
134 | char *name; double value; |
140 | } ev_variable; |
135 | } ev_variable; |
141 | #ifdef LIBWIMS |
- | |
142 | int *ev_varcnt=NULL; |
- | |
143 | ev_variable *ev_var=NULL; |
- | |
144 | #else |
136 | |
145 |
|
137 | extern int *ev_varcnt; |
146 |
|
138 | extern ev_variable *ev_var; |
- | 139 | ||
147 | #endif |
140 | |
148 | char *moneyprint(char *p, double s); |
141 | char *moneyprint(char *p, double s); |
149 | double factorial(double d); |
142 | double factorial(double d); |
150 | void init_random(void); |
143 | void init_random(void); |
151 | double drand(double m); |
144 | double drand(double m); |
152 | double irand(double n); |
145 | double irand(double n); |