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