/**
* @file include/evalfn.h
* @brief Define data types for evaluationg expressions in real number mode
*/
constexpr char arg_n = 8;
// overwrite the top of the stack with the function in the parameter
typedef struct stack_t;
typedef struct env_t;
typedef struct ctrl_t;
typedef struct dump_t;
/**
* @brief Based on SECD machine
*/
typedef struct machine_t;
stack_t ;
elem_t ;
elem_t ;
void ;
void ;