您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

include.h 120B

12345678
  1. #ifndef _INCLUDE_H_
  2. #define _INCLUDE_H_
  3. void printf_1(void);
  4. void printf_2(void);
  5. void printf_3(void);
  6. #endif