LMMS
Loading...
Searching...
No Matches
consts.h File Reference

Go to the source code of this file.

Variables

ZCONST unsigned near mask_bits [17]
ZCONST char Far VersionDate [] = UZ_VERSION_DATE
ZCONST char Far EndSigMsg []
ZCONST char Far CentSigMsg []
ZCONST char Far SeekMsg []
ZCONST char Far FilenameNotMatched [] = "caution: filename not matched: %s\n"
ZCONST char Far ExclFilenameNotMatched []
ZCONST char Far ReportMsg []
ZCONST char Far Zipnfo [] = "zipinfo"
ZCONST char Far CompiledWith [] = "Compiled with %s%s for %s%s%s%s.\n\n"

Variable Documentation

◆ CentSigMsg

ZCONST char Far CentSigMsg[]
Initial value:
=
"error: expected central file header signature not found (file #%lu).\n"

◆ CompiledWith

ZCONST char Far CompiledWith[] = "Compiled with %s%s for %s%s%s%s.\n\n"

◆ EndSigMsg

ZCONST char Far EndSigMsg[]
Initial value:
=
"\nnote: didn't find end-of-central-dir signature at end of central dir.\n"

◆ ExclFilenameNotMatched

ZCONST char Far ExclFilenameNotMatched[]
Initial value:
=
"caution: excluded filename not matched: %s\n"

◆ FilenameNotMatched

ZCONST char Far FilenameNotMatched[] = "caution: filename not matched: %s\n"

◆ mask_bits

ZCONST unsigned near mask_bits[17]
Initial value:
= {
0x0000,
0x0001, 0x0003, 0x0007, 0x000f, 0x001f, 0x003f, 0x007f, 0x00ff,
0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff
}

◆ ReportMsg

ZCONST char Far ReportMsg[]
Initial value:
= "\
(please check that you have transferred or created the zipfile in the\n\
appropriate BINARY mode and that you have compiled UnZip properly)\n"

◆ SeekMsg

ZCONST char Far SeekMsg[]
Initial value:
=
"error [%s]: attempt to seek before beginning of zipfile\n%s"

◆ VersionDate

ZCONST char Far VersionDate[] = UZ_VERSION_DATE

◆ Zipnfo

ZCONST char Far Zipnfo[] = "zipinfo"