Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Pragmas->#pragma message

This causes the compiler to immediately output a message to the PC display (stdout).  The format for the directive is illustrated by the following example:

#pragma message ("Compiling release version")