Global types


Defines

#define STRINGIFY(x)   #x
 2nd part of the 2 stage macro (TOSTRING) to turn an unquoted identifier into a string.
#define TOSTRING(x)   STRINGIFY(x)
 Macro to turn an unquoted identifier into a string.
#define TRUE   1
 True value.
#define FALSE   0
 False value.

Typedefs

typedef int bool
 Boolean type.

Define Documentation

#define STRINGIFY (  )     #x

2nd part of the 2 stage macro (TOSTRING) to turn an unquoted identifier into a string.

Parameters:
x identifer to turn into a string.

#define TOSTRING (  )     STRINGIFY(x)

Macro to turn an unquoted identifier into a string.

Parameters:
x identifer to turn into a string.


Generated on Thu Jun 26 12:58:32 2008 for DVBStreamer by  doxygen 1.5.5