#pragma directive
Implementation defined behavior control
Implementation defined behavior is controlled by #pragma
directive.
Syntax
#pragma pragma_params | (1) | |
_Pragma ( string-literal ) | (2) | (since C99) |
1) Behaves in an implementation-defined manner (unless pragma_params is one of the standard pragmas shown below.
2) Removes the encoding prefix (if any), the outer quotes, and leading/trailing whitespace from string-literal, re