GNU Radio 3.7.2 C++ API
stdbool.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define true   1
 
#define false   0
 
#define CASSERT(exp, name)   typedef int dummy##name [(exp) ? 1 : -1];
 

Typedefs

typedef unsigned char bool
 

Macro Definition Documentation

#define CASSERT (   exp,
  name 
)    typedef int dummy##name [(exp) ? 1 : -1];
#define false   0
#define true   1

Typedef Documentation

typedef unsigned char bool