mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-05 14:53:51 +00:00
feat(string): add SStrDestroy
This commit is contained in:
parent
50872dfc14
commit
1e1f2f819f
3 changed files with 28 additions and 20 deletions
|
|
@ -26,6 +26,8 @@ int32_t STORMAPI SStrCmpI(const char* string1, const char* string2, size_t maxch
|
|||
|
||||
size_t STORMAPI SStrCopy(char* dest, const char* source, size_t destsize = STORM_MAX_STR);
|
||||
|
||||
void STORMAPI SStrDestroy();
|
||||
|
||||
char* STORMAPI SStrDupA(const char* string, const char* filename, uint32_t linenumber);
|
||||
|
||||
uint32_t STORMAPI SStrHash(const char* string, uint32_t flags = 0, uint32_t seed = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue