source:
CIVL/examples/languageFeatures/initialValues.cvl@
8dbb964
| Last change on this file since 8dbb964 was 8dbb964, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 252 bytes | |
| Line | |
|---|---|
| 1 | #include<stdio.h> |
| 2 | #include<civlc.cvh> |
| 3 | #include<bundle.cvh> |
| 4 | |
| 5 | $domain dom0; |
| 6 | $domain(2) dom2; |
| 7 | $bundle bun; |
| 8 | int main() { |
| 9 | int a; |
| 10 | |
| 11 | $elaborate_rectangular_domain(dom0); |
| 12 | $elaborate_rectangular_domain(dom2); |
| 13 | $bundle_unpack(bun, &a); |
| 14 | return 0; |
| 15 | } |
Note:
See TracBrowser
for help on using the repository browser.
