Copyright Digital Equipment Corp. All rights reserved.
Associates a new buffer with an input or output file and
potentially modifies the buffering behavior.
Format
#include <stdio.h>
void setbuf (FILE *file_ptr, char *buffer);
Arguments Description