Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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 | |
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 | |||
) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.