#pragma once #include const char* to_string(uint64_t value); const char* to_string(int64_t value); const char* to_string(double value, uint8_t decimalPlaces);