Rev 10590 | Rev 12778 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#ifndef R_EXT_BOOLEAN_H_#define R_EXT_BOOLEAN_H_#undef FALSE#undef TRUE#ifdef __cplusplusextern "C" {#endiftypedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;#ifdef __cplusplus}#endif#endif /* R_EXT_BOOLEAN_H_ */