From fc26b38cb71cbc98504f511192d8fa2124fd1e4e Mon Sep 17 00:00:00 2001 From: Tylo Date: Sun, 21 Jun 2020 15:26:22 +0200 Subject: Renamed files and classes: cmap -> chash, copt -> coption --- advanced_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advanced_example.c') diff --git a/advanced_example.c b/advanced_example.c index b85b433e..6649ab29 100644 --- a/advanced_example.c +++ b/advanced_example.c @@ -9,7 +9,7 @@ The difficulty with the hash function is that if your key type consists of sever Assuming a key-type like this, and want string as value, we define the functions person_make(), person_destroy() and person_compare(): ```*/ #include -#include "stc/cmap.h" +#include "stc/chash.h" #include "stc/cstring.h" struct Person { -- cgit v1.2.3