Malloc(3) with internal result checking
#include <firestring.h>
-lfirestring
void *firestring_malloc(const size_t size)
If firestring_malloc() returns, it always returns a new memory area of size bytes. It never returns NULL.
Ian Gulliver <[email protected]>