feat(hash): add HASHKEY_CONSTSTR and HASHKEY_CONSTSTRI

This commit is contained in:
Adam Heinermann 2025-10-16 14:39:21 -07:00 committed by fallenoak
parent 5190c49019
commit 8c2439277c
4 changed files with 234 additions and 20 deletions

View file

@ -253,7 +253,7 @@ TEST_CASE("SStrDupA", "[string]") {
#endif
struct TestHash {
const char *str;
const char* str;
uint32_t hash;
};