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.
|
- #include "stdio.h"
-
- void study_set_class(uint8_t class);
- uint8_t study_get_class(void);
-
- uint8_t study_homework(void);
- uint8_t study_get_temperature(void);
- void study_holiday(void);
|