P99

◆ snprintf_throw

#define snprintf_throw (   ...)    P99_THROW_CALL_NEG(snprintf, EINVAL, __VA_ARGS__)

A wrapper arround snprintf that throws an exception on error.

Definition at line 163 of file p99_c99_throw.h.