Mail Archives: djgpp/1997/08/12/14:03:37
On Tue, 12 Aug 1997, Guan Foo Wah wrote:
> I have seem many source code with the word #pragma. I do not know what
> this means. My C book (Teach Yourself C in 21 Days) did not give me any
> info about this. The only thing I know is it is a preprocessor command.
>
>
> Can anyone care to explain to me what is #pragma. Is it ANSI
> compatible ??
>
#pragma is compiler directive which precedes compiler specific
options. It basically says to a compiler: "The following may be
something that you do not understand. If so you are free to ignore
it."
Art S. Kagel, kagel AT bloomberg DOT com
- Raw text -