util.h (209B)
1 /* See LICENSE file for copyright and license details. */ 2 3 void *ecalloc(size_t nmemb, size_t size); 4 void *emalloc(size_t size); 5 void *erealloc(void *p, size_t size); 6 void die(int eval, const char *fmt, ...);
gstpainless gist creator | |
git clone git://edryd.org/gst | |
Log | Files | Refs | LICENSE |