Name
setbuffer -- stream buffering operation
Synopsis
#include <stdio.h>
void setbuffer(FILE *stream, char *buf, size_tsize); |
Description
setbuffer is an alias for call to setvbuf. It works the same, except that the size of the buffer is up to the caller, rather than being determined by the default BUFSIZ.