telpo test github

6 lines
129B

  1. #ifndef CLASSROOM_H
  2. #define CLASSROOM_H
  3. void cs_check_remain_classroom(void);
  4. void cs_book_classroom(uint16_t classroom);
  5. #endif