mirror of
https://github.com/Hizenberg469/Event-Loop-in-C.git
synced 2026-04-20 01:02:23 +03:00
8 lines
109 B
C
8 lines
109 B
C
#ifndef __UTILS__
|
|
#define __UTILS__
|
|
|
|
|
|
char*
|
|
hrs_min_sec_format(unsigned int seconds);
|
|
|
|
#endif /* __UTILS__ */ |