RTEMS  5.1
Functions
rtems_putc.c File Reference

RTEMS Output a Character. More...

#include <rtems/bspIo.h>

Functions

void rtems_putc (char c)
 Kernel Put Character. More...
 

Detailed Description

RTEMS Output a Character.

Function Documentation

◆ rtems_putc()

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".

Parameters
[in]cis the character to print