add utils.c, containing a calloc-like function to allocate multiple chunks with diffe...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 30 Dec 2012 21:42:46 +0000 (22:42 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 31 Dec 2012 14:24:26 +0000 (15:24 +0100)
commitd03a6a27c7fcdca70db417c15cdccc0185b1efef
tree03f657c0818467db1b208cafde03dd2008905abd
parent29c066cfd60cc9101201a2c31a9aa66288288719
add utils.c, containing a calloc-like function to allocate multiple chunks with different sizes in one block and return pointers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
utils.c [new file with mode: 0644]
utils.h [new file with mode: 0644]