没有main函数的C程序

标签: , ,

在Visual C++中新建一个Console Application工程,添加一个.c文件,代码如下:

#pragma comment(linker, "/Entry:demon")

void demon()
{
    __asm ret;
}

严格的说这好像已经不是C程序了,而且和编译器有关。没错,这只是标题党。

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. jQuery ajax返回parsererror错误的解决方法
  2. 用VBS监视进程创建和删除
  3. iPad 2 完美越狱
  4. 中兴F460 V5.0光猫查看超级管理员密码
  5. VBS监视网络连接与断开

留下回复