source:
CIVL/examples/languageFeatures/procNull.cvl@
4e048c3
| Last change on this file since 4e048c3 was c99dd2f, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 144 bytes | |
| Rev | Line | |
|---|---|---|
| [c99dd2f] | 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.
