X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fc128time.h;h=af76f84ff6b59e736378e5e2cf3dfc13af40996c;hb=3284e98234b553487eb47fe9f05ec826ccae0552;hp=a53d2688d52dec8c9a875e54703cb596f2be96dd;hpb=3cdc0de1c9d9a6e85db0bbe8055c4998d6edf1a7;p=c128-kasse diff --git a/include/c128time.h b/include/c128time.h index a53d268..af76f84 100644 --- a/include/c128time.h +++ b/include/c128time.h @@ -1,5 +1,8 @@ -#ifndef TIME_H_ -#define TIME_H_ -void set_time(BYTE hrs, BYTE min, BYTE sec); +#ifndef TIME_H +#define TIME_H +#include + +void set_time(uint8_t hrs, uint8_t min, uint8_t sec); char *get_time(void); -#endif + +#endif /* TIME_H */