mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(string): add SStrUpper
This commit is contained in:
parent
b4485a3498
commit
0d00bd3ae4
3 changed files with 33 additions and 0 deletions
|
|
@ -37,4 +37,6 @@ float SStrToFloat(const char* string);
|
|||
|
||||
int32_t SStrToInt(const char* string);
|
||||
|
||||
void SStrUpper(char* string);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue