Pragmatic directives: Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|C}}: Remove vanity tags)
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].
<lang C>
/*Abhishek Ghosh, 7th October 2017*/
 
/*Almost every C program has the below line,
the #include preprocessor directive is used to
Line 113 ⟶ 111:
This is a 32 bit Windows system.
</pre>
 
=={{header|Common Lisp}}==
 
10,333

edits