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
]
int
isatty
(
int
arg
)
{
return
0
;
}