Code cleanup 2.0

This commit is contained in:
mathusummut
2018-12-14 00:46:56 +01:00
parent b4feeecd4a
commit 8e74410763
12 changed files with 80 additions and 218 deletions

View File

@@ -45,8 +45,8 @@ namespace Shared {
string uIntToStr(const uint64 value);
string intToStr(const int64 value);
string intToHex(int i);
string floatToStr(float f, int precsion = 2);
string doubleToStr(double f, int precsion = 2);
string floatToStr(float f, int precision = 2);
string doubleToStr(double f, int precision = 2);
bool IsNumeric(const char *p, bool allowNegative = true);