Main Page | Data Structures | File List | Globals

_sat_stack_data Struct Reference

Data structure, that models a single stack element. More...

#include <saturn.h>


Detailed Description

Data structure, that models a single stack element.

typedef struct _sat_stack_data
{
        int     type;
        union {
                int             ival;
                double          dval;
                long long       lval;
                char            *sval;
        };
} SAT_STACK_DATA, *SAT_PSTACK_DATA;


The documentation for this struct was generated from the following file:
Generated on Sun Jan 9 01:17:36 2005 for saturn by doxygen 1.3.8