IO Stream STDLIB Configuration

Description

IO 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 sl_iostream_stdlib_disable_buffering (void)
 Disable standard library buffering.
 

Function Documentation

◆ sl_iostream_stdlib_disable_buffering()

void sl_iostream_stdlib_disable_buffering ( void  )

Disable standard library buffering.