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

Function luferror

src/Setup/unzip.cpp:2658–2661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2656}
2657
2658int luferror(LUFILE *stream)
2659{ if (stream->is_handle && stream->herr) return 1;
2660 else return 0;
2661}
2662
2663long int luftell(LUFILE *stream)
2664{ if (stream->is_handle && stream->canseek) return SetFilePointer(stream->h,0,NULL,FILE_CURRENT)-stream->initial_offset;

Callers 1

unzlocal_getByteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected