#include <formula-calc.h>
Go to the source code of this file.
Classes | |
struct | operation_t |
struct | stack_t |
Functions | |
struct rpf_t * | formula_output (struct stack_t *num, int *sp_num, struct stack_t *op, int *sp_op, int rank) |
int | rpf_count_num (struct rpf_t *rpf) |
struct rpf_t * | rpf_join (struct rpf_t *rpf, struct rpf_t *rpf2) |
struct rpf_t * | rpf_last (struct rpf_t *rpf) |
struct rpf_t * | rpf_push (struct rpf_t *rpf, struct stack_t *obj) |
struct rpf_t* formula_output | ( | struct stack_t * | num, |
int * | sp_num, | ||
struct stack_t * | op, | ||
int * | sp_op, | ||
int | rank | ||
) | [read] |
Definition at line 295 of file libformula-calc.c.
int rpf_count_num | ( | struct rpf_t * | rpf | ) |
Definition at line 282 of file libformula-calc.c.
Definition at line 273 of file libformula-calc.c.
Definition at line 255 of file libformula-calc.c.