 | C251 User's Guide |  |
|
|
| LISTINCLUDE Compiler Directive| Abbreviation | LC | | Arguments | None. | | Default | NOLISTINCLUDE | | µVision | Options — Listing — C Compiler Listing — #include Files. | | Description | The LISTINCLUDE directive displays the contents of include files in the listing file. By default, include files are not listed in the listing file. | | Example |
C251 SAMPLE.C LISTINCLUDE
#pragma listinclude
|
|
|