The following Preprocessor commands are recognized by the MicroC compiler
if they occur at the beginning of the source file line:
1)
#error <text>
Causes MicroC to issue an error message containing the
specified text, and then terminate.
2)
#message <text>
Outputs an informational message (does not terminate).
For example,
#message "SOME MESSAGE"
Best regards,
Vitaliy