source:
CIVL/mods/dev.civl.com/examples/languageFeatures/splitFormatBad3.cvl@
8553be8
| Last change on this file since 8553be8 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 141 bytes | |
| Rev | Line | |
|---|---|---|
| [025cc4f] | 1 | /*example for length modifier*/ |
| 2 | #include <civlc.cvh> | |
| 3 | #include <stdio.h> | |
| 4 | ||
| 5 | void main() { | |
| 6 | int a = 1; | |
| 7 | ||
| 8 | printf("The value of a is %l",a); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
