mb_load_file

Previous  Next

 

status_t mb_load_file( mb_interpreter_t* s, const char* lpFileName )

 


 

Loads a file into the interpreter for parsing.  If the file is a compiled file, the function will call mb_load_compiled and skip the parsing stage.

 

Example

 

See Sample Application