|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <errno.h>#include <fcntl.h>#include <sys/stat.h>#include <unistd.h>#include <utime.h>#include "unzip.h"Go to the source code of this file.
Macros | |
| #define | __USE_FILE_OFFSET64 |
| #define | __USE_LARGEFILE64 |
| #define | _LARGEFILE64_SOURCE |
| #define | _FILE_OFFSET_BIT 64 |
| #define | FOPEN_FUNC(filename, mode) fopen64(filename, mode) |
| #define | FTELLO_FUNC(stream) ftello64(stream) |
| #define | FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) |
| #define | CASESENSITIVITY (0) |
| #define | WRITEBUFFERSIZE (8192) |
| #define | MAXFILENAME (256) |
Functions | |
| int | main (int argc, argv) |
Definition at line 533 of file miniunz.c.
References argc, argv, fill_win32_filefunc64A(), MAXFILENAME, NULL, unzClose(), unzOpen2_64(), and unzOpen64().