source:
CIVL/mods/dev.civl.com/examples/library/pointer/simpleCopyTest.cvl@
8553be8
| Last change on this file since 8553be8 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 93 bytes | |
| Rev | Line | |
|---|---|---|
| [3ba2da1] | 1 | #include <pointer.cvh> |
| 2 | ||
| 3 | int main(){ | |
| 4 | int x; | |
| 5 | int y; | |
| 6 | ||
| 7 | $copy(&x, &y); | |
| 8 | return 0; | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
