6 lines
125 B
C
6 lines
125 B
C
#ifndef __BOOLEAN_H_
|
|
|
|
#define __BOOLEAN_H_
|
|
|
|
typedef int boolean;
|
|
|
|
//const int FALSE=0;
|
|
|
|
//const int TRUE=!FALSE;
|
|
|
|
#endif |