TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-M
/
trusted-firmware-m.git
/
a7e73b7ebffaf8d0a32c3ae90d9871e3b0ac1f45
/
.
/
tools
/
tf_fuzz
/
visualStudio
/
unistd.c
blob: 4b6c527114d0ba7c7aaaa9b13cb1d3e171266a6e [
file
] [
log
] [
blame
]
Gary Morrison
ced8c6f
2020-02-27 19:35:59 +0000
[
diff
] [
blame
]
1
int
isatty
(
int
arg
)
{
2
return
0
;
3
}