16

单选题 16 /50

C++里面如何声明const void f(void)函数为C程序中的库函数。

参考答案

static "C"
extern "C"
explict "C"
register "C"