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.
工具/软件:TI C/C++编译器
大家好、
为了验证我们在项目中定义的堆栈大小、我想使用函数 TSK_stat:
void TSK_stat (TSK_Handle 任务、TSK_Stat * statbuf);
添加"#include 之后 "、我得到以下编译器错误:
标识符"ARG"未定义。
在 tsk.h 中、我确实看到了"ARG"的用法:
typedef 结构 TSK_胶 合{
fxn fxn;/* TSK 任务函数*
ARG args[TSK_MAXARGS];
内部错误号;
} TSK_胶 合;
我错过了哪些内容?
谢谢、
Alex。