TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-M
/
tf-m-tools
/
5200f6eeaf5cb33fd67cacf268bb1c13ffe9b47c
/
.
/
tf_fuzz
/
tfz-cpp
/
visualStudio
/
unistd.c
blob: 7e21cc500c291ab50d2b69bf64056408c98e386b [
file
] [
log
] [
blame
]
int
isatty
(
int
arg
)
{
return
0
;
}