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.

stdlib.h一族函数无法使用



您好:

        代码编译都没有出错,但是在软件调试的时候,发现stdlib.h里面定义的函数都无法正常使用

        typedef short Word16;

        memset(prm, 0, sizeof(Word16)*12);

        fread(new_speech, sizeof(Word16), 80, f_speech);

        memset、 fread等都会有这样的错误:cannot load from non-primitive location

        谢谢!