MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / unzGetFileFlags

Function unzGetFileFlags

lib/QuaZip/quazip/unzip.c:855–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855extern int ZEXPORT unzGetFileFlags (unzFile file, unsigned* pflags)
856{
857 unz64_s* s;
858 if (file==NULL)
859 return UNZ_PARAMERROR;
860 s=(unz64_s*)file;
861 *pflags = s->flags;
862 return UNZ_OK;
863}
864
865/*
866 Translate date/time from Dos format to tm_unz (readable more easilty)

Callers 1

getCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected