标签:clu char color 文件 引用 span int code logs
#include "one.h" #include "two.h" int main(int argc, const char * argv[]) { one(); two(); return 0; }
C语言 Include指令(引用头文件)
原文地址:http://www.cnblogs.com/liuwj/p/6899507.html