| Age | Commit message (Collapse) | Author |
|
cvec, clist, cmap. Added c_init() and c_destroy() generic algoritms on containers.
|
|
|
|
|
|
c_push(). Removed warnings cmap and cstr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
<container>_<tag>_init(void) function.
|
|
|
|
|
|
<container>_<tag>_init(void) functions.
|
|
|
|
_front() and _back() signatures.
|
|
now means how many there actually can be filled with.
|
|
Fixed examples.
|
|
|
|
declare_CList_str(): Always use 'str' as tag arg.
|
|
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h
|