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
/
true.c
blob: da515b7cadbc2bff75a5e656e3da91c482fad565 (
plain
)
1
2
3
4
5
6
#include <stdbool.h> #define true (1) /* STDC(199901) */