P99

◆ getc_throw

#define getc_throw (   ...)    P99_THROW_CALL_NEG(getc, EINVAL, __VA_ARGS__)

A wrapper arround getc that throws an exception on error.

Definition at line 143 of file p99_c99_throw.h.