Tag: 可变长度

为什么C中不允许使用void f(…)?

为什么C不允许具有可变长度参数列表的函数,例如: void f(…) { // do something… }