MCPcopy Create free account
hub / github.com/LUX-Core/lux / fclose

Method fclose

src/streams.h:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 void fclose()
331 {
332 if (file) {
333 ::fclose(file);
334 file = NULL;
335 }
336 }
337
338 /** Get wrapped FILE* with transfer of ownership.
339 * @note This will invalidate the CAutoFile object, and makes it the responsibility of the caller

Callers 2

WriteMethod · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected