#pragma once #include std::string float_to_string(float value); int float_to_cstr(float value, char* buffer);