]> git.sur5r.net Git - c128-kasse/blob - include/c128time.h
af76f84ff6b59e736378e5e2cf3dfc13af40996c
[c128-kasse] / include / c128time.h
1 #ifndef TIME_H
2 #define TIME_H
3 #include <stdint.h>
4
5 void set_time(uint8_t hrs, uint8_t min, uint8_t sec);
6 char *get_time(void);
7
8 #endif /* TIME_H */