|
|
1.1 root 1: #ident "@(#)sgs-inc:common/bool.h 1.1.1.1"
2:
3: /*
4: * Boolean constants
5: */
6:
7: typedef char BOOL; /* Boolean variable */
8:
9: #define TRUE 1 /* logical true */
10: #define FALSE 0 /* logical false */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.