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
/
true.c
blob: e16a6df4fce83ed809f577cb6114ca48dd842b1c (
plain
)
1
2
3
4
5
6
int main(int argc, char * argv[]) { (void) argc; (void) argv; return 0; }