source:
CIVL/examples/specialStatements/choose_bad1.cvl@
758e379
| Last change on this file since 758e379 was f654c25, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 106 bytes | |
| Line | |
|---|---|
| 1 | #include<civlc.cvh> |
| 2 | |
| 3 | int main(){ |
| 4 | int *ptr; |
| 5 | |
| 6 | $choose{ |
| 7 | ptr=(int*)$malloc($here, sizeof(int)); |
| 8 | } |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
