fix(hash): add stdbool.h

This commit is contained in:
2026-01-15 18:22:20 +01:00
parent db84a5a257
commit d8f41b071d

View File

@@ -1,6 +1,8 @@
#ifndef CWS_HASH_H
#define CWS_HASH_H
#include <stdbool.h>
unsigned int my_str_hash_fn(const void *key);
bool my_str_equal_fn(const void *a, const void *b);