c文件: int <stdio.h> void de() { printf(“hello world”); }
如果想要在c++文件中调用这个方法,那么就必须在文件中声明 extern “c” void show(); 这样子才可以调用