2.4.3.19. ex_init()
[<<<] [>>>]
This function should be called before starting syntactical analysis. This
function
- positions the lexeme pointer to the first lexeme,
- initializes the memory segments needed for structured memory allocation,
- created the symbol tables
- initializes 'class' variables
- initializes the name space to be main::
int ex_init(peXobject pEx
){
[<<<] [>>>]