source:
CIVL/mods/dev.civl.com/examples/library/pointer/undefinedVar.cvl@
8553be8
| Last change on this file since 8553be8 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 88 bytes | |
| Rev | Line | |
|---|---|---|
| [3ba2da1] | 1 | |
| 2 | int main(){ | |
| 3 | double Jb; | |
| 4 | double *temp = &Jb; | |
| 5 | double temp2 = *temp + 1; | |
| 6 | return 0; | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
