docs/Writerside/topics/streams.h.md

branch
docs/3.1
changeset 1147
52802c36b261
parent 1145
1a8fe7b7dd8a
equal deleted inserted replaced
1146:151c057faf7c 1147:52802c36b261
76 // ... do something meaningful with the contents ... 76 // ... do something meaningful with the contents ...
77 77
78 cxBufferDestroy(&fbuf); 78 cxBufferDestroy(&fbuf);
79 } else { 79 } else {
80 perror("Error opening input file"); 80 perror("Error opening input file");
81 if (fout != stdout) {
82 fclose(fout);
83 }
84 } 81 }
85 ``` 82 ```
86 83
87 84
88 <seealso> 85 <seealso>

mercurial