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