Appendix
B
C
Preprocessor
Directives
The C preprocessor provided
with
this package
is
standard and
follows
Ker-
nighan and Ritchie
exactly. This appendix summarizes the directives that the
preprocessor supports.
Generally, the directives are organized alphabetically,
one directive per page; however, related directives (such
as
#if/#else) are
presented together on one page. Here's
an
alphabetical table
of
contents
for
the preprocessor directives reference:
Directive
Page
#define .............................................................................................................
8-2
#else .................................................................................................................
8-3
#endif
...............................................................................................................
8-3
#if
.....................................................................................................................
8-3
#ifdef
................................................................................................................
8-3
#ifndef
..............................................................................................................
8-3
#include
...
~
.......................................................................................................
8-5
#Iine .................................................................................................................
8-6
#undef
.............................................................................................................
8-2
B-1