Prova così:
codice:
#if !defined bool
typedef enum {
   false = 0,
   true,
   FALSE = 0,
   TRUE
}bool;
#endif

/*...*/

bool tua_funzione(...) /*...*/