Project Finished

This commit is contained in:
2024-10-19 15:45:40 +05:30
parent 6114206eb7
commit 3ae6a02a3e
19 changed files with 1601 additions and 24 deletions

8
asyncproject/utils.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __UTILS__
#define __UTILS__
char*
hrs_min_sec_format(unsigned int seconds);
#endif /* __UTILS__ */