Exception if the file is not opened.
ErrnoException if the call to setvbuf fails.
void setvbuf(size_t size, int mode = _IOFBF) @trustedCalls setvbuf for the file handle.
Exception if the file is not opened.
ErrnoException if the call to setvbuf fails.
void setvbuf(void[] buf, int mode = _IOFBF) @trustedCalls setvbuf for the file handle.
Exception if the file is not opened.
ErrnoException if the call to setvbuf fails.