telpo test github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

study.h 181B

4 years ago
4 years ago
12345678
  1. #include "stdio.h"
  2. void study_set_class(uint8_t class);
  3. uint8_t study_get_class(void);
  4. uint8_t study_homework(void);
  5. uint8_t study_get_temperature(void);
  6. void study_holiday(void);