You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
270 B

#ifndef _COM_MEASURE_H
#define _COM_MEASURE_H
extern int measure_get_precision(void);
extern int get_measure2(wordlist *wl, double *result, char *out_line, bool auto_check);
extern int measure_extract_variables(char *line);
void com_dotmeasure(wordlist *wl);
#endif