/*
 * Include file for the Mathomatic symbolic math library.
 */

int matho_init(void);
int matho_process(char *input, char **outputp);
int matho_parse(char *input, char **outputp);
void clear_all(void);

extern int	cur_equation;			/* current equation space number (origin 0) */


syntax highlighted by Code2HTML, v. 0.9.1