Struct that contains Sink operation functions. The struct contains function pointers to be assigned. The actual behavior of the functions should be defined by programmers. More...
#include <fsink.h>
Data Fields | |
int(* | open )(void *p, int flags) |
size_t(* | write )(void *p, void *src, size_t nbyte) |
int(* | close )(void *p) |
Struct that contains Sink operation functions. The struct contains function pointers to be assigned. The actual behavior of the functions should be defined by programmers.