Subversion Repositories wimsdev

Rev

Rev 14873 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14873 Rev 15297
Line 164... Line 164...
164
/* char *get_evalue_pointer(void); */        /* get string pointer (after evaluation) */
164
/* char *get_evalue_pointer(void); */        /* get string pointer (after evaluation) */
165
/* double _evalue(int ord);*/
165
/* double _evalue(int ord);*/
166
double strevalue(char *p);              /* evalue a string to double after checking it*/
166
double strevalue(char *p);              /* evalue a string to double after checking it*/
167
double checked_eval (char* p);  /* evalue a string to double */
167
double checked_eval (char* p);  /* evalue a string to double */
168
 
168
 
169
/**
-
 
170
 * GK 2020-04-17
-
 
171
 * the following line is a varaible declaration : it should never be used
-
 
172
 * in a header file. So it is commented out and replaced by an "extern"
-
 
173
 * clause. The actual variable is defined in evalue.c, line 447
-
 
174
char *(*substitute) (char *p);
-
 
175
 **/
-
 
176
extern char *(*substitute) (char *p);
169
extern char *(*substitute) (char *p);
177
 
170
 
178
/* int get_evalue_error(void);
171
/* int get_evalue_error(void);
179
void set_evalue_error(int e);*/
172
void set_evalue_error(int e);*/
180
int get_evalcnt(void);
173
int get_evalcnt(void);