![]() |
RTEMS 5.2
|
RTEMS Output a Character. More...
#include <rtems/bspIo.h>Functions | |
| void | rtems_putc (char c) |
| Kernel Put Character. More... | |
RTEMS Output a Character.
| void rtems_putc | ( | char | c | ) |
Kernel Put Character.
This method allows the user to perform a debug putc(). It performs a character translation from "\n" to "\r\n".
| [in] | c | is the character to print |