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