diff options
| author | Tyge Løvset <[email protected]> | 2020-03-13 23:51:17 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-13 23:51:17 +0100 |
| commit | 98bc73eef50f051cbe67f3ce44a849d228b1f1ae (patch) | |
| tree | 478a36607bf35c6a44ae766291560d6362ad9579 | |
| parent | 0e49e993e9b377843e363e1f93cde176e5c7ce4f (diff) | |
| download | STC-modified-98bc73eef50f051cbe67f3ce44a849d228b1f1ae.tar.gz STC-modified-98bc73eef50f051cbe67f3ce44a849d228b1f1ae.zip | |
Update EXAMPLE.md
| -rw-r--r-- | EXAMPLE.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ int main() // ... c_foreach (it, cmap_mm, m6) { if (cstring_equals(it.item->key.first, "John")) - printf("%s %s %d -> %s\n", it.item->key.first.str, it.item->key.second.str, it.item->key.third, it.item->value.str); + printf("%s %s %d -> %s\n", it.item->key.first.str, it.item->key.second.str, it.item->key.third, + it.item->value.str); } cmap_mm_destroy(&m6); |
