#include "jconfig.h"
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for jinclude.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | JCONFIG_INCLUDED |
| #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 | MEMCOPY(dest, src, size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) |
| #define | MEMZERO(target, size) memset((void *)(target), 0, (size_t)(size)) |
| #define | SIZEOF(object) ((size_t) sizeof(object)) |
|
|
Definition at line 21 of file jinclude.h. |
|
|
Definition at line 88 of file jinclude.h. |
|
|
Definition at line 90 of file jinclude.h. |
|
|
Definition at line 68 of file jinclude.h. |
|
|
Definition at line 67 of file jinclude.h. |
|
|
Definition at line 80 of file jinclude.h. |
1.3.9.1