Burp
|
Go to the source code of this file.
Functions | |
Tree | init_file_tree (char *pathname) |
char * | message_error () |
void | freeSyntaxAnalyseContest () |
void | freeTree (Tree t) |
void freeSyntaxAnalyseContest | ( | ) |
Free the context of the syntax analyse, excepted syntax tree Todo after last syntax analyse
void freeTree | ( | Tree | t | ) |
free a syntax tree
Tree init_file_tree | ( | char * | pathname | ) |
Do the syntax analyse of the file [ pathname ] and return it return NULL if an error occured, if message_error is also at NULL then the bug is a file opening error
char* message_error | ( | ) |
if an error occured return it if not, return NULL