index
:
optimised-true
master
[Complete] Optimised implementations of true(1) and false(1)
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generic
/
false.c
blob: 03f75891bcfe76eeaefca672a488a57831bf59e1 (
plain
) (
blame
)
1
2
3
4
5
6
7
/* See LICENSE file for copyright and license details. */ int main(void) { return 1; }