diff options
| author | Tyge Løvset <[email protected]> | 2020-03-11 11:23:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-11 11:23:27 +0100 |
| commit | ee60b60ab13f1e70c118bbf05993045726ff095b (patch) | |
| tree | 4fd9d9a8d5fd6b0c4356d08e91557ba34f3c22a5 | |
| parent | a93255b72cd72f045f98fbc27bd11ee50ab936a3 (diff) | |
| download | STC-modified-ee60b60ab13f1e70c118bbf05993045726ff095b.tar.gz STC-modified-ee60b60ab13f1e70c118bbf05993045726ff095b.zip | |
Update
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ Simple c_Hashmap, c_String -> int: ``` #include "c_string.h" #include "c_hashmap.h" -c_declare_Hashmap_stringkey(si, int); // Shorthand macro for the general declare_CMaphash expansion. +c_declare_Hashmap_stringkey(si, int); // Shorthand macro for the general c_declare_Maphash expansion. // c_String keys are "magically" managed internally, although c_Hashmap is ignorant of c_String. int main() { |
