 | C251 User's Guide |  |
|
|
| PAGELENGTH Compiler Directive| Abbreviation | PL | | Arguments | A decimal number up to 65535 enclosed in parentheses. | | Default | PAGELENGTH (60) | | µVision | Options — Listing — Page Length. | | Description | The PAGELENGTH directive specifies the number of lines printed per page in the listing file. | | See Also | PAGEWIDTH | | Example |
C251 SAMPLE.C PAGELENGTH (70)
#pragma pl (70)
|
|
|