path: root/src/stdio/setvbuf.c ... int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) { f->lbf = EOF; if (type == _IONBF) ...
確定! 回上一頁