P99

◆ P99_PRAGMA

#define P99_PRAGMA (   ...)    P99_IF_EMPTY(__VA_ARGS__)()(P00_PRAGMA(__VA_ARGS__))

An wrapper of the _Pragma keyword.

All arguments are wrapped into a string that is passed as one argument to _Pragma. If the argument list is empty, this evaporates and is ignored.

Definition at line 184 of file p99_if.h.