index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libgloss
/
microblaze
/
linux-inbyte.c
blob: 58fdf1957331da0d9a46a21008b2365aa2aea2b5 (
plain
)
1
2
3
4
5
6
int
inbyte
(
void
)
{
char
ch
=
0
;
read
(
0
,
&
ch
,
1
);
return
ch
;
}