source:
trunk/libs/newlib/src/libgloss/cris/outbyte.c
@
546
Last change on this file since 546 was 444, checked in by , 6 years ago | |
---|---|
File size: 207 bytes |
Rev | Line | |
---|---|---|
[444] | 1 | /* 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 | } |
Note: See TracBrowser
for help on using the repository browser.