ICI Modules: posix: setlinebuf
Modules by name : by typeSynopsis
setlinebuf(file)Description
Enable line buffered input on the given file. The file must one that is able to line buffered input, that is a file returned from the fopen standard function (or popen on systems that support pipes).