如何更改用gcc编译的C程序的入口点?
就像下面的代码
#include<stdio.h>
int entry() //entry is the entry point instead of main
{
return 0;
}
慕桂英4014372
qq_笑_17
相关分类