fix(hash): add stdbool.h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user