Added fromString.

This commit is contained in:
Branimir Karadžić
2017-06-17 14:50:29 -07:00
parent bf29ace5ee
commit 65eb5d12d4
3 changed files with 577 additions and 8 deletions

View File

@@ -239,6 +239,9 @@ namespace bx
///
int32_t toString(char* _out, int32_t _max, uint64_t _value, uint32_t _base = 10);
///
double fromString(const char* _str);
} // namespace bx
#include "inline/string.inl"