c2go icon indicating copy to clipboard operation
c2go copied to clipboard

Support setbuf() and setvbuf()

Open elliotchance opened this issue 7 years ago • 2 comments

These functions control how a buffered stream is used with file pointers.

elliotchance avatar May 09 '17 11:05 elliotchance

Also BUFSIZE

elliotchance avatar May 11 '17 15:05 elliotchance

Documantation: http://www.cplusplus.com/reference/cstdio/setbuf/ http://www.cplusplus.com/reference/cstdio/setvbuf/

Konstantin8105 avatar Jan 09 '18 13:01 Konstantin8105