#include "mrpt_jconfig.h"#include <stddef.h>#include <stdlib.h>#include <stdio.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | JCONFIG_INCLUDED /* so that mrpt_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)) |
| #define | JFREAD(file, buf, sizeofbuf) ((size_t)fread((void*)(buf), (size_t)1, (size_t)(sizeofbuf), (file))) |
| #define | JFWRITE(file, buf, sizeofbuf) ((size_t)fwrite((const void*)(buf), (size_t)1, (size_t)(sizeofbuf), (file))) |
| #define JCONFIG_INCLUDED /* so that mrpt_jpeglib.h doesn't do it again */ |
Definition at line 13 of file jinclude.h.
| #define JFREAD | ( | file, | |
| buf, | |||
| sizeofbuf | |||
| ) | ((size_t)fread((void*)(buf), (size_t)1, (size_t)(sizeofbuf), (file))) |
Definition at line 82 of file jinclude.h.
| #define JFWRITE | ( | file, | |
| buf, | |||
| sizeofbuf | |||
| ) | ((size_t)fwrite((const void*)(buf), (size_t)1, (size_t)(sizeofbuf), (file))) |
Definition at line 84 of file jinclude.h.
Definition at line 61 of file jinclude.h.
Definition at line 60 of file jinclude.h.
| #define SIZEOF | ( | object | ) | ((size_t)sizeof(object)) |
Definition at line 74 of file jinclude.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 63ea9d1f1 Thu Nov 23 00:06:53 2017 +0100 at mar 26 may 2026 12:19:29 CEST |