Files
Event-Loop-in-C/asyncproject/utils.h
2024-10-19 15:45:40 +05:30

8 lines
109 B
C

#ifndef __UTILS__
#define __UTILS__
char*
hrs_min_sec_format(unsigned int seconds);
#endif /* __UTILS__ */