index
:
Melon.git
master
Hobby OS experiment
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnixUserland
/
isatty.c
blob: 8a0d1e72af953580bbfdc7571445d9f1bdf646a1 (
plain
) (
tree
)
d046451
1
2
3
int
isatty
(
int
file
)
{
return
1
;
}