source:
CIVL/mods/dev.civl.com/examples/compare/simple/implDependency1.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 119 bytes | |
| Line | |
|---|---|
| 1 | #include "implDriver.h" |
| 2 | |
| 3 | struct TYPE st = {1,0}; |
| 4 | int x = 0; |
| 5 | extern int y; |
| 6 | int a[2] = {0, 1}; |
| 7 | |
| 8 | int f1() { |
| 9 | return y; |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
