index
:
coreutils
master
Implementation of POSIX shell utilities, some more and some less
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
false.c
blob: 0b38bd23eb89b7f5160085168c23800c817999c2 (
plain
)
1
2
3
4
5
6
int main(int argc, char * argv[]) { (void) argc; (void) argv; return 1; }