NAME setbuf, setvbuf - assign buffering to a stream SYNOPSIS #include <stdio.h> void setbuf(FILE *stream, char *buf); int setvbuf(FILE *stream, char *buf, ...
確定! 回上一頁