Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

boolean.h File Reference

Definition of the boolean type. More...

Go to the source code of this file.

Defines

#define TRUE   1
#define FALSE   0

Typedefs

typedef unsigned int boolean
 Boolean type.

Detailed Description

Definition in file boolean.h.


Define Documentation


Typedef Documentation

typedef unsigned int boolean

Type with two possible values: TRUE,FALSE.

Definition at line 13 of file boolean.h.