Date: Tue, 12 Aug 1997 14:02:56 -0400 (EDT) From: "Art S. Kagel" To: Guan Foo Wah Cc: djgpp AT delorie DOT com Subject: Re: Question about #pragma In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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