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.
为什么28035的cla调用子函数,当形参超过2个的话,cla 就无法调用子函数
跟形参个数应该是没有关系的,你调用的这个函数是否是在CLA的程序中。
是的,,,,我调用的函数写在kalman.cla这个文件里,然后在在clatask();中调用他,只要形参超过2个,编译就会出错为:cla can't surpport calling
是的,CLA编译器最多只支持2个参数,CLA对C语言并不是完全支持的,在某些方面有一定的限制。
嗯,thank you!