用有关CRT方面的知识,写一个C,不以Main为入口~
如题,被问倒了,不知道有没有大神能实现~
#include <stdio.h> #include <stdlib.h> void test() { printf("hello\n"); exit(0); }
gcc test.c -nostartfiles -etest -o test
[此贴子已经被作者于2018-6-28 17:40编辑过]
[此贴子已经被作者于2018-6-30 23:45编辑过]