P99

◆ scanf_throw

#define scanf_throw (   ...)    P99_THROW_CALL_NEG(scanf, EINVAL, __VA_ARGS__)

A wrapper arround scanf that throws an exception on error.

Definition at line 159 of file p99_c99_throw.h.