Chapter 9. Input/output <stdio.h>

Table of Contents
9.1. Formatted Input/Output Functions
9.2. Character Input/Output Functions

Support for <stdio.h> is limited to those function that are useful in the embedded environment. In particular, the only files available are the three standard files, stdin, stdout and stderr. Other files are not available, and functions that operate on such files are omitted.

9.1. Formatted Input/Output Functions