Results of 1 - 1 of about 1 for memfile (0.001 sec.)
- Man page of FOPENCOOKIE 9414
- FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f
...
nclude < string.h > #define INIT_BUF_SIZE 4 struct memfile_cookie { char *buf; /* Dynamically sized buffer fo ...
ffset; /* Current file offset in buf */ }; ssize_t memfile_write(void *c, const char *buf, size_t size) { cha ...
r *new_buff; struct memfile_cookie *cookie = c; /* Buffer too small? Keep doub ...
e->endpos = cookie->offset; return size; } ssize_t memfile_read(void *c, char *buf, size_t size) { ssize_t xb ...
-
https://man.plustar.jp/manpage/man3/fopencookie.3.html
- [similar]
PREV
1
NEXT