摘要:代码:************ #include <stdio.h> int main(){ printf("Hello World"); return 0;} 1. stdio.h 头文件的作用, 函数的声明,传参,编译时提供校验; 2. xx.c 文件的作用,函数的定义,具体的实现方法; 3.
阅读全文
posted @ 2021-08-30 22:15
posted @ 2021-08-30 22:15