#pragma page (C only)

Purpose

Specifies that the code following the pragma begins at the top of the page in the generated source listing.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-#--pragma--page--(--+--------+--)---------------------------><
                       '-number-'      

Defaults

Not applicable.

Parameters

number
The number of pages from the current page on which to begin writing the line of source code that follows the pragma. #pragma page() is the same as #pragma page(1): the source line that follows the pragma will start on a new page. If you specify #pragma page(2), the listing will skip one blank page and the source line following the pragma will start on the second page after the current page. In all cases, the listing continues.