您好,我现在遇到一个问题。
我在CCS下使用C语言使用malloc.h内的函数编译不通过,
代码:#include <malloc.h>
1. could not open source file "malloc.h"
2. 若注销掉此行,则其内所有内存操作函数如malloc();等都不能使用了;
请问下这是什么原因,怎么解决?急,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,我现在遇到一个问题。
我在CCS下使用C语言使用malloc.h内的函数编译不通过,
代码:#include <malloc.h>
1. could not open source file "malloc.h"
2. 若注销掉此行,则其内所有内存操作函数如malloc();等都不能使用了;
请问下这是什么原因,怎么解决?急,谢谢!