Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
Go to the source code of this file.
Functions | |
int | putchar (int c) |
Requires a definition of _putchar() for your platform. More... | |
int putchar | ( | int | c | ) |
Requires a definition of _putchar() for your platform.
Definition at line 4 of file putchar.c.
References _putchar().
Referenced by puts().