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

The CuikSuite Project

boolean.h

Go to the documentation of this file.
00001 #ifndef BOOLEANH 
00002 #define BOOLEANH
00003  
00013 typedef unsigned int boolean; 
00014 
00018 #define TRUE  1
00019 
00023 #define FALSE 0
00024  
00025 #endif