index
:
futiles
main
An implementation of POSIX utilities.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
true.c
blob: d7d4dfb1be98d4a76b6c3ad4da12607b6e6b0769 (
plain
)
1
2
3
4
5
int true_main(int argc, char *argv[]) { (void) argc; (void) argv; return 0; }