What is pragma?
Henry Spencer
henry at utzoo.uucp
Sat May 5 02:59:46 AEST 1990
In article <1990May4.055919.13483 at agate.berkeley.edu> c60c-2ca at WEB.berkeley.edu () writes:
> What is "pragma"? What does it do?
`#pragma', in ANSI C, is a construct which basically tells the compiler
something compiler-specific. Nothing more can be said about what it does
without identifying a specific compiler. Typical uses are things like
controlling fine points of code generation, altering compiler options,
and enabling obscure features.
--
If OSI is the answer, what is | Henry Spencer at U of Toronto Zoology
the question?? -Rolf Nordhagen| uunet!attcan!utzoo!henry henry at zoo.toronto.edu
More information about the Comp.lang.c
mailing list