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, replaces each \" with " and each \\ with \, then tokenizes the result (as in translation stage 3), and then use