
8-24
8.15 Preprocessor
A preprocessor statement controls character string replacement or file fetch
when a program is converted (compiled) into execution form.
Preprocessor Command
Type of motion Command
Replacing a character string with a
constant and macro name
#define
Canceling a #define statement #undef
File fetch #include
Pseudo-error occurrence #error
Designates program optimization #pragma optimize
Comentários a estes Manuais