MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / lufclose

Function lufclose

src/Setup/unzip.cpp:2651–2656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2649
2650
2651int lufclose(LUFILE *stream)
2652{ if (stream==NULL) return EOF;
2653 if (stream->mustclosehandle) CloseHandle(stream->h);
2654 delete stream;
2655 return 0;
2656}
2657
2658int luferror(LUFILE *stream)
2659{ if (stream->is_handle && stream->herr) return 1;

Callers 2

unzOpenInternalFunction · 0.85
unzCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected