C compiler with embedded metalanguage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 regels
178 B

void * validate_malloc(typeof(sizeof(0)) size, void *pc);
void * get_current_pc(void);
void fn_entry(int functionId);
void fn_exit(int functionId);
main() {
exit(0);
}