如何更改用gcc编译的C程序的入口点? 就像在下面的代码中一样
#include<stdio.h> int entry() //entry is the entry point instead of main { return 0; }
c program-entry-point entry-point
c ×1
entry-point ×1
program-entry-point ×1