malloc handling - 未找到标识符问题

时间:2013-06-22 18:41:37

标签: c

我正在使用visual studio编写c代码。

这是我被告知使用的malloc代码行:

root = (Coor)malloc(sizeof(Coor));

它不允许我将它用于以下错误:

identifier not found

有谁能告诉我它为什么会发生以及如何解决它?

谢谢,

1 个答案:

答案 0 :(得分:7)

请检查您是否已加入<stdlib.h><malloc.h>