P99

◆ P99_DECLARE_INHIBIT

#define P99_DECLARE_INHIBIT (   NAME)    enum { P00_INHIBIT(NAME,) = 0 }

Declare a feature NAME that can be inhibited or allowed at compile time in certain parts of code.

See also
P99_INHIBIT
P99_ALLOW
P99_INHIBIT_CHECK
P99_CHECK_RETURN for an example

Definition at line 130 of file p99_block.h.