diff options
| author | Tyge Løvset <[email protected]> | 2020-03-05 09:52:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-05 09:52:52 +0100 |
| commit | cdf515545ac79da1c055f24b91eba30ee2d0695d (patch) | |
| tree | b9169946207d12f37c0c8d02759b0aefcbb2ba18 | |
| parent | 7de497d1cc94361e8fc4dfd02b4fee54686f0fe7 (diff) | |
| download | STC-modified-cdf515545ac79da1c055f24b91eba30ee2d0695d.tar.gz STC-modified-cdf515545ac79da1c055f24b91eba30ee2d0695d.zip | |
Explained better
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ cforeach (i, cmap_si, nums) cmap_si_destroy(&nums); ``` -CMap with CString keys, and CString values. Values are not handled internally. +CMap with CString keys, and CString values. Temporary values are created by "make", and moved to the container. ``` #include "cmap.h" declare_CMap_STR(ss, CString, cstring_destroy); |
