Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
putchar.c File Reference
#include <printf.h>
#include <stdio.h>
Include dependency graph for putchar.c:

Functions

int putchar (int c)
 Requires a definition of _putchar() for your platform. More...
 

Function Documentation

◆ putchar()

int putchar ( int  c)

Requires a definition of _putchar() for your platform.

References _putchar().

Referenced by puts().

Here is the caller graph for this function: