mirror of
https://github.com/Hizenberg469/Event-Loop-in-C.git
synced 2026-04-20 01:02:23 +03:00
Project Finished
This commit is contained in:
8
asyncproject/utils.h
Normal file
8
asyncproject/utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __UTILS__
|
||||
#define __UTILS__
|
||||
|
||||
|
||||
char*
|
||||
hrs_min_sec_format(unsigned int seconds);
|
||||
|
||||
#endif /* __UTILS__ */
|
||||
Reference in New Issue
Block a user