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

7 行
169B

  1. #ifndef CLASSROOM_H
  2. #define CLASSROOM_H
  3. void cs_check_remain_classroom(void);
  4. void cs_book_classroom(uint16_t classroom);
  5. void cs_find_classromm(); // 2020-8-20
  6. #endif