source:
CIVL/mods/dev.civl.abc/examples/fortran/conversion/preproc/macros.h
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 186 bytes | |
| Line | |
|---|---|
| 1 | #ifdef ERR |
| 2 | #error 'ERR is defined.' |
| 3 | #endif |
| 4 | #define MSG_HW "Hello World!" |
| 5 | #define MSG_HI "Hi, " |
| 6 | #define MSG_BW "Bye World!" |
| 7 | #define MSG_NM ".." |
| 8 | #ifndef NAME |
| 9 | #define NAME "FORTRAN" |
| 10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
