index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
/
share_ptr2.c
Age
Commit message (
Collapse
)
Author
2021-01-03
Force template argument *clone* to be specified when *del* is specified for ↵
Tyge Løvset
containers. Can be *c_no_clone* if clonable is not required.
2020-12-30
API change: Swapped destroy <-> compare function args in using_*() macros ↵
Tyge Løvset
for cvec, cdeq, cptr and clist.
2020-12-17
API change: Reverted back to original name used for .val in iterators to .ref
Tyge Løvset
2020-12-08
Added docs/cptr_api.md
Tyge Løvset
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: ↵
Tyge Løvset
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9 All examples are reverted to use printf() instead of c_print().
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-10-14
Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt().
Tyge Løvset
2020-09-27
Fixed csptr and examples.
Tyge Løvset
2020-09-26
Merged csptr.h into cptr.h, simpler with one include file and these are very ↵
Tyge Løvset
related and short.
2020-09-25
Added ex.
Tyge Løvset