P99

◆ calloc_throw

#define calloc_throw (   ...)    P99_THROW_CALL_VOIDP(calloc, thrd_nomem, __VA_ARGS__)

A wrapper arround calloc that throws an exception on error.

Definition at line 208 of file p99_c99_throw.h.