source:
CIVL/mods/dev.civl.com/examples/experimental/splitFormatException.cvl@
bc0fbae
| Last change on this file since bc0fbae was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 144 bytes | |
| Rev | Line | |
|---|---|---|
| [131a3df] | 1 | /* splitFormat exception example*/ |
| 2 | #include <civlc.cvl> | |
| 3 | #include <stdio.h> | |
| 4 | ||
| 5 | void main() { | |
| 6 | int a = 1; | |
| 7 | ||
| 8 | printf("The value of a is %j",a); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
