From bd5a138629771ae174927791fcc7515232a0e4fa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 13 Aug 2012 11:29:13 +0200 Subject: libcsupport: Add and use rtems_putc() This reduces code size and provides a function similar to fputc(). --- cpukit/include/rtems/bspIo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index d5a004a7cc..dc5f304821 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -53,6 +53,7 @@ extern int getchark(void); extern void vprintk(const char *fmt, va_list ap); extern void printk(const char *fmt, ...); extern void putk(const char *s); +extern void rtems_putc(char c); /* * This routine is passed into RTEMS reporting functions -- cgit v1.2.3