source:
CIVL/mods/dev.civl.abc/examples/side-effects/assign2.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 96 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | int f(){ |
| 2 | return 0; | |
| 3 | } | |
| 4 | ||
| 5 | int main(){ | |
| 6 | int *p; | |
| 7 | ||
| 8 | *p = f(); // some function f returning int | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
