Pragmatic directives: Difference between revisions

Content added Content deleted
m (→‎{{header|C}}: Remove vanity tags)
Line 61: Line 61:
The C Preprocessor is well explained on the [https://gcc.gnu.org/onlinedocs/cpp/index.html#Top GNU] site. The pragma page is [https://gcc.gnu.org/onlinedocs/cpp/Pragmas.html here].
The C Preprocessor is well explained on the [https://gcc.gnu.org/onlinedocs/cpp/index.html#Top GNU] site. The pragma page is [https://gcc.gnu.org/onlinedocs/cpp/Pragmas.html here].
<lang C>
<lang C>
/*Abhishek Ghosh, 7th October 2017*/

/*Almost every C program has the below line,
/*Almost every C program has the below line,
the #include preprocessor directive is used to
the #include preprocessor directive is used to
Line 113: Line 111:
This is a 32 bit Windows system.
This is a 32 bit Windows system.
</pre>
</pre>

=={{header|Common Lisp}}==
=={{header|Common Lisp}}==