Added README.md and LICENSE files

This commit is contained in:
2025-11-06 12:16:27 +01:00
parent 196082919a
commit 50abb79be1
4 changed files with 819 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ void test_map_remove() {
assert(rm_res.status == MAP_OK);
assert(map_size(map) == 1);
// Check whether the 'x' and 'y' keysx is still there
// Check whether the 'x' and 'y' keys are still there
map_result_t get_res = map_get(map, "x");
assert(get_res.status != MAP_OK);