TI中文支持网
TI专业的中文技术问题搜集分享网站

C语言&参数传递

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

赞(0)
未经允许不得转载:TI中文支持网 » C语言&参数传递
分享到: 更多 (0)