How do you link a C++ program to C functions?

来源:互联网 发布:experience优化效果 编辑:程序博客网 时间:2024/05/17 07:54
 By using the extern "C" linkage specification around the C function declarations.
原创粉丝点击