#pragma Directive

The #pragma directive is used for passing options to the compiler at compile time; the directive takes the name and arguments of the option as it's own arguments. The possible set of pragmas is compiler-specific.


Contents Previous Next