summaryrefslogtreecommitdiff
path: root/src/stdbool/true.h
blob: b6288b05ad41a16b379c2d6a80256743efac529e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdbool.h>

/** boolean true constant **/

#define true                                                                 (1)

/***
is the boolean true value for the type TYPE(_Bool).
***/

/*
VALUE_FIXED(1)
STDC(199901)
*/