标题: 没有main函数的C程序
作者: Demon
链接: https://demon.tw/programming/c-program-no-main.html
版权: 本博客的所有文章,都遵守“署名-非商业性使用-相同方式共享 2.5 中国大陆”协议条款。
在Visual C++中新建一个Console Application工程,添加一个.c文件,代码如下:
#pragma comment(linker, "/Entry:demon") void demon() { __asm ret; }
严格的说这好像已经不是C程序了,而且和编译器有关。没错,这只是标题党。
赞赏微信赞赏支付宝赞赏
随机文章: