LibreOffice Module vcl (master) 1
|
#include <jconfig.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | JCONFIG_INCLUDED /* so that jpeglib.h doesn't do it again */ |
#define | MEMZERO(target, size) memset((void*)(target), 0, (size_t)(size)) |
#define | MEMCOPY(dest, src, size) memcpy((void*)(dest), (const void*)(src), (size_t)(size)) |
#define | SIZEOF(object) ((size_t)sizeof(object)) |
Definition at line 20 of file jinclude.h.
Definition at line 67 of file jinclude.h.
Definition at line 66 of file jinclude.h.
#define SIZEOF | ( | object | ) | ((size_t)sizeof(object)) |
Definition at line 79 of file jinclude.h.