]> git.sur5r.net Git - c128-kasse/blob - time.h
replace printf and file functions, warning: may be broken, not tested yet
[c128-kasse] / time.h
1 #ifndef TIME_H_
2 #define TIME_H_
3 void set_time();
4 char *get_time();
5 #endif