Work in progress
This commit is contained in:
1
parser.h
1
parser.h
@@ -78,3 +78,4 @@ void parser_parse(const char* buffer, unsigned char* mem);
|
||||
const int parser_get_codesize();
|
||||
const int parser_get_memory_usage();
|
||||
void parser_register_external_function(const char* name, const int num_parameters);
|
||||
void parser_register_constant(const char* name, const unsigned char value);
|
||||
Reference in New Issue
Block a user