mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 22:03:13 +01:00
Added fromString.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user