OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [cris/] [outbyte.c] - Blame information for rev 822

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
/* Low-level kind-of-support for CRIS.  Mostly used as a placeholder
2
   function.  Too small and obvious to warrant a copyright notice.  */
3
 
4
#include <stdio.h>
5
void
6
outbyte (int ch)
7
{
8
  write (1, &ch, 1);
9
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.