index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdbool
/
false.c
blob: 15f292d610313828b415ea37f0e17b7508ff4b54 (
plain
)
1
2
3
4
5
6
#include <stdbool.h> #define false (0) /* STDC(199901) */