Some consistency changes to library & headers flags.
[splint-patched.git] / test / bool.h
blobf36537f21104ed499ccddb7342813a439253ab67
1 #ifndef SPLINT_BOOL_H
2 #define SPLINT_BOOL_H
4 /*@-cppnames@*/
5 /*@-exporttype@*/
6 typedef /*@abstract@*/ int bool;
7 /*@=exporttype@*/
8 /*@=cppnames@*/
10 #ifndef FALSE
11 /*@constant unused bool FALSE@*/
12 #define FALSE false
13 #endif
15 #ifndef TRUE
16 /*@constant unused bool TRUE@*/
17 #define TRUE true
18 #endif
20 # endif /* SPLINT_BOOL_H */