#include "../common.h"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. | |
| 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