#include "compat/c99_functions.h"Go to the source code of this file.
Defines | |
| #define | H2D_API |
| #define | H2D_API_USED_TEMPLATE(__implementation) |
| #define | H2D_API_USED_STL_VECTOR(__type) |
Functions | |
| FILE * | fmemopen (void *buf, size_t size, const char *opentype) |
| Implementation of GNU fmemopen. Intended to be used if the current platform does not support it. | |
| #define H2D_API |
| #define H2D_API_USED_STL_VECTOR | ( | __type | ) |
| #define H2D_API_USED_TEMPLATE | ( | __implementation | ) |
| FILE* fmemopen | ( | void * | buf, | |
| size_t | size, | |||
| const char * | opentype | |||
| ) |
Implementation of GNU fmemopen. Intended to be used if the current platform does not support it.
1.6.3