#pragma once #include "stdint.h" int stoi(const char* string); char* itoa(int number, char* string);