首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

请问一个小疑点

2012-02-06 
请教一个小问题#includestring.h#includestdio.h#includetime.h#includestdlib.h#defineEQ0#defin

请教一个小问题
#include   <string.h>
#include   <stdio.h>
#include   <time.h>
#include   <stdlib.h>
#define   EQ   0
#define   NG   -1
#define   OK   0
//   COBOL   调用处
int   _cdecl   SYSABEND(void)
{
          abort();
}
为什么编译通不过,感谢大虾解答!

[解决办法]
solaris下有_cdecl 吗?去掉再编译。

热点排行