|
|
researchv9-SUN3(old)
/* * static char ID_boolh[] = "@(#) bool.h: 1.1 1/7/82"; */ /* * Boolean constants */ typedef char BOOL; /* Boolean variable */ #define TRUE 1 /* logical true */ #define FALSE 0 /* logical false */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.