mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(str): add SStrToUnsigned
This commit is contained in:
parent
e19e394a79
commit
2408166d5d
3 changed files with 72 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ float SStrToFloat(const char* string);
|
|||
|
||||
int32_t SStrToInt(const char* string);
|
||||
|
||||
uint32_t SStrToUnsigned(const char* string);
|
||||
|
||||
void SStrUpper(char* string);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue