setvbuf1 setvbuf int setvbuf(FILE *fp, char *buf, int mode, size_t size) #include #include #include "local.h" /* * Set one of the three kinds of buffering, optionally including * a buffer. */ int setvbuf(FILE *fp, char *buf, int mode, size_t size) { int ret, flags; size_t iosize; int ttyflag; /* * Verify arguments. The `int' limit on `size' is due to this * particular implementation. Note, buf and size are ignor.. 2016. 7. 9. 이전 1 다음