C 语言写了一个子函数,我查过了这样在C语言是可以实现的,但在CCS为什么会报错呢?
void test(int &uuu)
{
uuu = 1;
}
实在不明白为什么,望大家解答,谢谢。
Shine:
请问ccs报什么错?
Mr.Night:
回复 Shine:
第一行报错:
Multiple markers at this line – #142 unnamed prototyped parameters not allowed when body is present – Syntax error – #18 expected a ")"
第三行报错:
#20 identifier "uuu" is undefined