message

Tells the compiler to issue a text message to the user.

Syntax
  #pragma message(msg)  
Parameter

msg

Actual message to issue. Does not have to be a string literal.

Remarks

On the command line, the message is sent to the standard error stream.