Morgengrauner Dokumentation
Dateipfad: /home/mud/mudlib/doc//LPC/preprocessorNAME
preprocessor
DESCRIPTION
The LPC driver understands the following preprocessor
directives:
#include, #define, #if, #ifdef, #ifndef, #else, #elif,
#endif, #undef
same as in ANSI C
#line
line numbers start at with the next line
#echo
the rest of the line is printed to the error output
(stderr), thus can be captured into a log file
#pragma
see the separate man page
SEE ALSO
pragma(LPC), predefined(D)
zurück zur Übersicht