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.

Function Documentation#

sl_iostream_stdlib_disable_buffering#

void sl_iostream_stdlib_disable_buffering (void )

Disable standard library buffering.

Parameters
N/A

Definition at line 63 of file platform/service/iostream/inc/sl_iostream_stdlib_config.h