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

10 行
102B

  1. #include "age.h"
  2. void setAge(uint8_t age)
  3. {
  4. g_age = age;
  5. }
  6. uint8_t getAge(void)
  7. {
  8. return g_age+2;
  9. }