summaryrefslogtreecommitdiffhomepage
path: root/advanced_example.c
AgeCommit message (Collapse)Author
2020-06-21Moved examples to examples folder.Tylo
2020-06-21Renamed files and classes: cmap -> chash, copt -> coptionTylo
2020-06-20Renamed CMap to CHash, to reflect that it now supports both (unordered) Map ↵Tylo
and Set. Second arg in declare_CHash() should be 'set' or 'map'. Refactored copt.h to be more consistent with other types. Added cvector_make(size, fillvalue) constructor.
2020-05-23Many minor cstring bug fixes and improvements. Added demos.c and ↵Tylo
advanced_example.c