#error, #warning, #message

Directive to put a error- warning- or info-message.

SyntaxNote
#error „message“Interrupts the compile process.
#warning „message“
#message „message“Output without line number and origin.