mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(string): implement SStrToUnsigned
This commit is contained in:
parent
22e9686d64
commit
eb26539b33
3 changed files with 66 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