Sign in
mojo
/
mojo-tools
/
bf706cda177cb451d8ca624cd21cfff8e91bcfdb
/
.
/
fusl
/
src
/
legacy
/
isastream.c
blob: 5d1195b914ff24c5a86dd9363656836684a4008a [
file
]
#include
<stropts.h>
#include
<fcntl.h>
int
isastream
(
int
fd
)
{
return
fcntl
(
fd
,
F_GETFD
)
<
0
?
-
1
:
0
;
}