]> mj.ucw.cz Git - libucw.git/commit
Implemented a new growing array module
authorMartin Mares <mj@ucw.cz>
Thu, 22 Jul 2010 14:56:12 +0000 (16:56 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Aug 2010 16:11:31 +0000 (18:11 +0200)
commit305df0095d05525e1324cbc7c74d764535338b07
tree2a00e920e0ac70790fa8e6c82106a7db11251fbf
parenta1fdee4766b969fd0786e3286ce878a2a1142bbd
Implemented a new growing array module

Instead of gbuf/bbuf, it supports arbitrary types without having
to instantiate the data structure for every type.

Will add some documentation later.
ucw/Makefile
ucw/gary.c [new file with mode: 0644]
ucw/gary.h [new file with mode: 0644]
ucw/gary.t [new file with mode: 0644]