| Servertec | Macros | ||||||||
|
|
A macro represents some set of operations that result in a value. Syntax
Notes
iPP predefines the following macros for use with the #if directive:
New macros can be defined using the #define directive. Example
#if !(defined(OS) || defined(VERSION))
#error release not setup properly
#endif
|
||||||||
top of page
|