P99

◆ fscanf_throw

#define fscanf_throw (   ...)    P99_THROW_CALL_NEG(fscanf, EINVAL, __VA_ARGS__)

A wrapper arround fscanf that throws an exception on error.

Definition at line 135 of file p99_c99_throw.h.