我正在尝试编译一些代码,我必须编译 meschach 库和其他一些包含 malloc、calloc 等代码的库。
我遇到了我的 Visual Studio 2010 Express 编译器抱怨的问题
c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdlib.h(598): error C2375: 'calloc' : redefinition; different linkage
1> c:\work\malloc\malloc.h(98) : see declaration of 'calloc'