Preprocessor Directives
#includeinclude file for linking
#define
define a preprocessor symbol/macro
#undef
un-define a previously defnined symbol
#if
test for conditional compilation
#ifdef
(ditto)
#ifndef
(ditto)
#else
(ditto)
#endif
(ditto)
#line
debug tool
#error
debug tool
0 comments:
Post a Comment