Pragmas

Using pragmas is a standard way to do non-standard things in C language. Pragmas are often used to switch on/off a special feature of the compiler, in a more handy way than the command line. For this reason, a pragma can be seen as an extension of the command line.



Subsections

Alain Gibaud 2015-07-09