Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
newlib
/
libgloss
/
microblaze
/
linux-outbyte.c
blob: 9d7bc4890681c7f843568c39afd3583fc3dce1be [
file
] [
log
] [
blame
] [
edit
]
void
outbyte
(
unsigned
char
c
)
{
_write
(
1
,
&
c
,
1
);
}