C compiler with embedded metalanguage.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
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);
|
|
}
|
|
|