]> git.sur5r.net Git - c128-kasse/blob - include/c128time.h
Store maximum item name's length in MAX_ITEM_NAME_LENGTH to increase it easily
[c128-kasse] / include / c128time.h
1 #ifndef TIME_H_
2 #define TIME_H_
3 void set_time();
4 char *get_time();
5 #endif