7 lines
59 B
C
7 lines
59 B
C
|
|
#ifndef _BOOL_H
|
||
|
|
#define _BOOL_H
|
||
|
|
|
||
|
|
typedef int bool;
|
||
|
|
|
||
|
|
#endif
|