最佳答案
例如:
Bool NullFunc(const struct timespec *when, const char *who)
{
return TRUE;
}
在c++中,我能够在参数周围加上/*...*/
注释。当然不是在C中,它会给出错误
错误:参数名称省略