Help for this page
setvbuf( STDOUT, NULL, isatty(1) ? _IOLBF : _IOFBF, BUFSIZE );
{ char* bufPref= getenv( "CRTL_STDOUT_BUF_MODE" ); ... } setvbuf( STDOUT, NULL, bufMode, BUFSIZE ); }