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
/
ptr.c
Age
Commit message (
Expand
)
Author
2021-02-17
Updated cptr.h examples.
Tyge Løvset
2021-01-24
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not...
Tyge Løvset
2021-01-03
Force template argument *clone* to be specified when *del* is specified for c...
Tyge Løvset
2021-01-02
Major upgrade: Added 'clone' template parameters to containers. Reorganized a...
Tyge Løvset
2020-12-30
API change: Swapped destroy <-> compare function args in using_*() macros for...
Tyge Løvset
2020-12-17
API change: Reverted back to original name used for .val in iterators to .ref
Tyge Løvset
2020-12-10
Reverted cuptr to cptr. Added some typedefs in docs in cmap and cset.
Tyge Løvset
2020-12-09
Renamed coption.h to copt.h. Added docs/copt_api.md.
Tyge Løvset
2020-12-09
Renamed cptr_X type to cuptr_X, as it is similar to a unique_ptr, rather than...
Tyge Løvset
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...
Tyge Løvset
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-25
Updated ptr.c example.
Tyge Løvset
2020-09-25
Added cptr.h and good examples for cptr and csptr (share_ptr.c). Some interna...
Tyge Løvset