P99

◆ sprintf_throw

#define sprintf_throw (   ...)    P99_THROW_CALL_NEG(sprintf, EINVAL, __VA_ARGS__)

A wrapper arround sprintf that throws an exception on error.

Definition at line 165 of file p99_c99_throw.h.