source:
CIVL/mods/dev.civl.com/examples/io/textFileLengthImpl.cvl@
8553be8
| Last change on this file since 8553be8 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 128 bytes | |
| Line | |
|---|---|
| 1 | #include<civlc.cvh> |
| 2 | #include<stdio.h> |
| 3 | #include<civl-stdio.cvh> |
| 4 | |
| 5 | void main(){ |
| 6 | FILE *file = fopen("foo", "r"); |
| 7 | |
| 8 | $free(file); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
