Tells the compiler to issue a text message to the user.
#pragma message(msg)
msg
Actual message to issue. Does not have to be a string literal.
On the command line, the message is sent to the standard error stream.