Enertex® EibStudio
P.
129 of 349
#define
#undef
#ifdef
#ifndef
#endif
Directive
●
#define
String
Effect
●
A symbol (string) is defined for the preprocessor
Note:
The Compiler processes this symbol only with
#ifdef
directives
Directive
●
#undef
String
Effect
●
Un-define a symbol (string) for the Praeprocessor
Directive
●
#ifdef
String
Effect
●
The following code is compiled until a
#endif
occurs, if
String
is defined.
Directive
●
#ifndef
String
Effect
●
The following code is compiled until a
#endif
occurs, if
String
is not defined.
Directive
●
#endif
Effect
●
ends an
#ifdef
directive
HandbuchEibPC_USA-30.odt, 2017-05-11
Enertex
®
Bayern GmbH - Erlachstraße 13 - 91301 Forchheim - [email protected]