libmspack
|
A structure which represents an SZDD compressed file. More...
#include <mspack.h>
Data Fields | |
int | format |
The file format; either MSSZDD_FMT_NORMAL or MSSZDD_FMT_QBASIC. More... | |
off_t | length |
The amount of data in the SZDD file once uncompressed. More... | |
char | missing_char |
The last character in the filename, traditionally replaced with an underscore to show the file is compressed. More... | |
A structure which represents an SZDD compressed file.
All fields are READ ONLY.
int msszddd_header::format |
The file format; either MSSZDD_FMT_NORMAL or MSSZDD_FMT_QBASIC.
off_t msszddd_header::length |
The amount of data in the SZDD file once uncompressed.
char msszddd_header::missing_char |
The last character in the filename, traditionally replaced with an underscore to show the file is compressed.
The null character is used to show that this character has not been stored (e.g. because the filename is not known). Generally, only characters that may appear in an MS-DOS filename (except ".") are valid.