Programme de conversion de formules mathématiques écrites en ASCII pseudo-C vers LaTeX.
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.
eqn2tex/eqn2tex.h

20 lines
399 B

/* A packrat parser generated by PackCC 1.7.0 */
#ifndef PCC_INCLUDED_EQN2TEX_H
#define PCC_INCLUDED_EQN2TEX_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct calc_context_tag calc_context_t;
calc_context_t *calc_create(void *auxil);
int calc_parse(calc_context_t *ctx, char**ret);
void calc_destroy(calc_context_t *ctx);
#ifdef __cplusplus
}
#endif
#endif /* !PCC_INCLUDED_EQN2TEX_H */