source:
CIVL/mods/dev.civl.abc/examples/link/extern/var.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 379 bytes | |
| Line | |
|---|---|
| 1 | //========================= var_0.c ======================== |
| 2 | int i1 = 1; |
| 3 | static int i2$TU0 = 2; |
| 4 | extern int i3 = 3; |
| 5 | int i4; |
| 6 | static int i5$TU0; |
| 7 | //========================= var_1.c ======================== |
| 8 | int i1; |
| 9 | int i2; |
| 10 | int i3; |
| 11 | int i4; |
| 12 | int i5; |
| 13 | //========================= var_2.c ======================== |
| 14 | extern int i1; |
| 15 | extern int i2; |
| 16 | extern int i3; |
| 17 | extern int i4; |
| 18 | extern int i5; |
Note:
See TracBrowser
for help on using the repository browser.
