/sys$common/syshlp/helplib.hlb CC, Run-time functions, setbuf *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Associates a buffer with an input or output file. Syntax: #include <stdio.h> void setbuf(FILE *file_pointer, char *buffer);
|