C语言多文件联合编程模式
摘要:#include <stdio.h>#include <stdlib.h>#include <string.h> extern void Speaks(); //extern关键字修饰的变量和函数等,都是可以被整个项目共享调用的,所以可以使用extern函数来引入其他文件的内容,但是要把要引入的东西
阅读全文
posted @ 2020-12-16 17:08
posted @ 2020-12-16 17:08
posted @ 2020-12-16 17:01