source:
CIVL/mods/dev.civl.com/examples/library/civlc/defined.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 132 bytes | |
| Rev | Line | |
|---|---|---|
| [de97ccc] | 1 | #include<civlc.cvh> |
| 2 | ||
| 3 | int main(){ | |
| 4 | int a, b, c = 0; | |
| 5 | ||
| 6 | $assert(!$defined(&a)); | |
| 7 | $assert(!$defined(&b)); | |
| 8 | $assert($defined(&c)); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
