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