P99

◆ getchar_throw

#define getchar_throw (   ...)    P99_THROW_CALL_NEG(getchar, EINVAL, __VA_ARGS__)

A wrapper arround getchar that throws an exception on error.

Definition at line 145 of file p99_c99_throw.h.