首页 新闻 会员 周边
2
回答数

已关闭问题 如何使用省略符形参foo(...)?

#include <cstdio>#include <cstdarg>void foo(...);int main(int argc, char *argv[]){ foo(13); return 0