Miam-Player  0.8.0
A nice music player
Preprocessor String Macros

Macros

#define AV_STRINGIFY(s)    AV_TOSTRING(s)
 
#define AV_TOSTRING(s)   #s
 
#define AV_GLUE(a, b)   a ## b
 
#define AV_JOIN(a, b)   AV_GLUE(a, b)
 

Detailed Description

String manipulation macros

Macro Definition Documentation

#define AV_GLUE (   a,
 
)    a ## b
#define AV_JOIN (   a,
 
)    AV_GLUE(a, b)
#define AV_STRINGIFY (   s)    AV_TOSTRING(s)
#define AV_TOSTRING (   s)    #s