vsnprintf: Added more unit tests.

This commit is contained in:
Branimir Karadžić
2017-02-12 20:04:19 -08:00
parent 5da8a80a1f
commit 71cc735785
6 changed files with 79 additions and 30 deletions

View File

@@ -110,9 +110,15 @@ namespace bx
///
char toLower(char _ch);
///
void toLower(char* _inOutStr, size_t _max = INT32_MAX);
///
char toUpper(char _ch);
///
void toUpper(char* _inOutStr, size_t _max = INT32_MAX);
///
bool toBool(const char* _str);