source:
CIVL/examples/languageFeatures/procNull.cvl@
8db09d6
| Last change on this file since 8db09d6 was c99dd2f, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 144 bytes | |
| Line | |
|---|---|
| 1 | #include<civlc.h> |
| 2 | #include<stdio.h> |
| 3 | |
| 4 | void main(){ |
| 5 | $proc p = $self; |
| 6 | |
| 7 | $proc_null(&p); |
| 8 | if($self != p){ |
| 9 | printf("I'm not null.\n"); |
| 10 | } |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
