source:
CIVL/mods/dev.civl.com/examples/io/textFileLengthImpl.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 128 bytes | |
| Rev | Line | |
|---|---|---|
| [abd3108] | 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.
