|
@ -178,8 +178,10 @@ |
|
|
// Types and Structures Definition |
|
|
// Types and Structures Definition |
|
|
//---------------------------------------------------------------------------------- |
|
|
//---------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
#ifndef __cplusplus |
|
|
// Boolean type |
|
|
// Boolean type |
|
|
typedef enum { false, true } bool; |
|
|
typedef enum { false, true } bool; |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
// byte type |
|
|
// byte type |
|
|
typedef unsigned char byte; |
|
|
typedef unsigned char byte; |
|
|