| Servertec | #error | ||
|
|
Displays an error message and stops the preprocessor Syntax
Notes
The message is sent to stderr. Example
#ifndef VERSION
#error version must be specified
#endif
|
||
top of page
|