18

单选题 18 /62

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

参考答案

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