source:
CIVL/mods/dev.civl.abc/examples/pragmas.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 151 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #include <stdio.h> |
| 2 | ||
| 3 | #pragma P1 this is a pragma | |
| 4 | ||
| 5 | int n; | |
| 6 | ||
| 7 | int main(int argc, char* argv[]) { | |
| 8 | printf("Hello"); | |
| 9 | #pragma P2 another pragma | |
| 10 | return 0; | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
