mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(string): add SStrCmpI
This commit is contained in:
parent
0d07d79ed0
commit
7aa414f95a
3 changed files with 24 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
int32_t SStrCmp(const char* string1, const char* string2, size_t maxchars);
|
||||
|
||||
int32_t SStrCmpI(const char* string1, const char* string2, size_t maxchars);
|
||||
|
||||
size_t SStrCopy(char* dest, const char* source, size_t destsize);
|
||||
|
||||
uint32_t SStrHashHT(const char* string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue