P99

◆ sscanf_throw

#define sscanf_throw (   ...)    P99_THROW_CALL_NEG(sscanf, EINVAL, __VA_ARGS__)

A wrapper arround sscanf that throws an exception on error.

Definition at line 167 of file p99_c99_throw.h.