20

单选题 20 /66

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

参考答案

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