暂无图片

PCC-02307:void can only be used when single parameter

错误码

错误描述:void can only be used when single parameter
错误原因:A function can be declared or defined using the following syntax: int func1(void) to indicate that the function has no parameters. void can be used only once in this case.
解决方法:Remove the extra voids in the function definition or declaration.

向认证技术专家提问

向技术专家提问

相关搜索
查看更多》