Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / pcc / dist / pcc-libs / libpcc / include / libpcc_stdbool.h
blobfce5c52c653e4d5bb31684fba88ea7c1fe5ff548
1 #ifndef _LIBPCC_STDBOOL_H_
2 #define _LIBPCC_STDBOOL_H_
4 #define __bool_true_false_are_defined 1
6 #ifndef __cplusplus
8 #define bool _Bool
9 #define true 1
10 #define false 0
12 #endif
14 #endif