#include <saturn.h>
typedef struct _sat_stack_data { int type; union { int ival; double dval; long long lval; char *sval; }; } SAT_STACK_DATA, *SAT_PSTACK_DATA;