TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "zlib/zlib.h"
#include "unzip.h"
Go to the source code of this file.
Macros | |
#define | READ_8(adr) ((unsigned char)*(adr)) |
#define | READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) |
#define | READ_32(adr) ( READ_16(adr) | (READ_16((adr)+2) << 16) ) |
#define | WRITE_8(buff, n) |
#define | WRITE_16(buff, n) |
#define | WRITE_32(buff, n) |
Functions | |
ZEXTERN int ZEXPORT | unzRepair (char *file, const char *fileOut, const char *fileOutTmp, uLong *nRecovered, uLong *bytesRecovered) const |
Definition at line 15 of file mztools.c.
Referenced by unzRepair().
Definition at line 16 of file mztools.c.
Referenced by unzRepair().
#define WRITE_16 | ( | buff, | |
n | |||
) |
#define WRITE_32 | ( | buff, | |
n | |||
) |
#define WRITE_8 | ( | buff, | |
n | |||
) |