70,040
社区成员
发帖
与我相关
我的任务
分享
void * __cdecl _alloca(size_t);
它是在条件编译下存在的
#if !__STDC__
/* Non-ANSI names for compatibility */
#define alloca _alloca
#endif /* __STDC__*/
你查看一下它要使用哪个函数涉及到alloc.h?以及看看是不是自定义的头文件?在vc++中这个头文件不存在,只存在malloc.h