elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 154 forks source link

Support setbuf() and setvbuf() #93

Open elliotchance opened 7 years ago

elliotchance commented 7 years ago

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

elliotchance commented 7 years ago

Also BUFSIZE

Konstantin8105 commented 6 years ago

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