diff options
| author | Tyge Løvset <[email protected]> | 2020-03-14 00:22:06 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-14 00:22:06 +0100 |
| commit | 8640dcd64d1eb20efb9a4bb04070f3850bd487cf (patch) | |
| tree | caf1a13275e28ea2f61e4ddb7ee75f0dadd883ca | |
| parent | 7186ae150819a54173e32df8515166bf351fb02f (diff) | |
| download | STC-modified-8640dcd64d1eb20efb9a4bb04070f3850bd487cf.tar.gz STC-modified-8640dcd64d1eb20efb9a4bb04070f3850bd487cf.zip | |
Update EXAMPLE.md
| -rw-r--r-- | EXAMPLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,5 +71,5 @@ int main() } ``` It will automatically use key_hash() as defined above for the hash value calculations, and the key_compare() for equality checks. -The cmap_mm_destroy() function will free all first, second CString's, and the CString value for each item in the map, in addition to the CMap hash table itself. +The cmap_ex_destroy() function will free all first, second CString's, and the CString value for each item in the map, in addition to the CMap hash table itself. |
