I/O Stream STDLIB Configuration#
I/O Stream STDLIB Configuration.
Overview#
The buffering mode is enabled by default in nano-lib meaning that the low-level write function is called only when a ' ' is seen by the standard library. This module allows to disable the buffering feature and output the data as soon as possible.
Functions#
void
Disable standard library buffering.