summaryrefslogtreecommitdiffhomepage
path: root/examples/share_ptr2.c
AgeCommit message (Expand)Author
2021-01-03Force template argument *clone* to be specified when *del* is specified for c...Tyge Løvset
2020-12-30API change: Swapped destroy <-> compare function args in using_*() macros for...Tyge Løvset
2020-12-17API change: Reverted back to original name used for .val in iterators to .refTyge Løvset
2020-12-08Added docs/cptr_api.mdTyge Løvset
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset
2020-10-26Updates examples using cfmt.h c_print().Tyge Løvset
2020-10-14Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt().Tyge Løvset
2020-09-27Fixed csptr and examples.Tyge Løvset
2020-09-26Merged csptr.h into cptr.h, simpler with one include file and these are very ...Tyge Løvset
2020-09-25Added ex.Tyge Løvset