Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pragma directive that produces compiler-time messages.
#pragma message("token-string") |
---|
Parameters
Item | Description |
---|---|
token-string |
Compiler message. |
Examples
The following example demonstrates message processing during preprocessing.
#pragma message "Debugging flag set."