mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(registry): add basic registry implementation
This commit is contained in:
parent
2ffa8217c0
commit
f8a7ac7001
20 changed files with 1318 additions and 73 deletions
|
|
@ -21,6 +21,8 @@ int32_t SStrCmpI(const char* string1, const char* string2, size_t maxchars);
|
|||
|
||||
size_t SStrCopy(char* dest, const char* source, size_t destsize);
|
||||
|
||||
size_t SStrNCopy(char* dest, const char* source, size_t maxchars, size_t destsize);
|
||||
|
||||
char* SStrDupA(const char* string, const char* filename, uint32_t linenumber);
|
||||
|
||||
uint32_t SStrHashHT(const char* string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue