index
:
~~obsolete/initscripts
master
parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
isatty.c
blob: bf815c5d780d0a85e7d5b9e31416fa1f50aafa21 (
plain
)
1
2
3
4
5
6
#include <unistd.h> int main(int argc, char** argv) { return !isatty(1); }