#pragma once #include char* itoa(int number, char* arr, int base); char* utoa(unsigned int number, char* arr, int base); void sleep(uint64_t ms);