Currently At: Programming Reference > C Reference > Stndard C I/O > setbuf()

setbuf()


Syntax:
#include <stdio.h>
void setbuf( FILE *stream, char *buffer );


Description:
The setbuf() function sets stream to use buffer, or, if buffer is null, turns off buffering. If a non-standard buffer size is used, it should by BUFSIZ characters long.

Related Topics:
fopen(), fclose(), setvbuf()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions