All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
STDIO null driver

Dummy implementation of the stdio interface. More...

Detailed Description

Dummy implementation of the stdio interface.

This provides a null driver for STDIO that does not depend on anything. It is a mock implementation that will never output / read anything.

To enable it use

USEMODULE += stdio_null

Files

file  stdio.h
 This module a wrapper for the stdio.h header intended to remove all calls to stdout when stdio_null is used.