27RCSIDH(fopencookie_h,
"$Id: 8aaeaf71a8beed2bf6e421168c9df0d3a7d4e0df $")
35#ifndef HAVE_FOPENCOOKIE
36#define HAVE_FOPENCOOKIE 1
int(* cookie_seek_function_t)(void *cookie, off64_t *offset, int whence)
FILE * fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs)
cookie_close_function_t close
cookie_seek_function_t seek
int(* cookie_close_function_t)(void *cookie)
ssize_t(* cookie_read_function_t)(void *cookie, char *buf, size_t size)
ssize_t(* cookie_write_function_t)(void *cookie, const char *buf, size_t size)
cookie_read_function_t read
cookie_write_function_t write
static const trunk_io_funcs_t io_funcs