started rework

This commit is contained in:
2025-09-07 23:52:02 +03:00
parent c69b5ec8a2
commit 7498a49f88
16 changed files with 318 additions and 503 deletions

8
src/headers/utils.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef UTILS_H_
#define UTILS_H_
int randomInt(const int start, const int end, const unsigned int seed);
void mallocError(const char* varName, const char* fileName, const char* functionName);
void sleep_ms(const unsigned int ms);
#endif // UTILS_H_