mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 05:23:00 +01:00
vsnprintf: Added more unit tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user