mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(string): add SStrTokenize
This commit is contained in:
parent
a56c0c6fe0
commit
d9e7f05c15
3 changed files with 120 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ uint32_t SStrPack(char* dest, const char* source, uint32_t destsize);
|
|||
|
||||
const char* SStrStr(const char* string, const char* search);
|
||||
|
||||
void SStrTokenize(const char** string, char* buffer, size_t bufferchars, const char* whitespace, int32_t* quoted);
|
||||
|
||||
float SStrToFloat(const char* string);
|
||||
|
||||
int32_t SStrToInt(const char* string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue