| |||||
Technical Support Support Resources
Product Information | C251: EJECT DIRECTIVEInformation in this article applies to:
QUESTIONWhat does the EJECT directive do? ANSWERThe EJECT directive (abbreviated with EJ) inserts a form feed character into the listing file. This directive must be used in the source file within a #pragma statement. For example:
#pragma EJECT
void main (void)
{
}
#pragma EJECT
int function_a (void)
{
}
When compiled, the generated listing file will place the main function on one page and the function_a function on a different page. MORE INFORMATION
Last Reviewed: Friday, July 15, 2005 | ||||
| |||||