String manipulation macros. More...
Modules | |
Library Version Macros | |
Useful to check and match library version in order to maintain backward compatibility. | |
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) |
#define | AV_PRAGMA(s) _Pragma(#s) |
String manipulation macros.
String manipulation macros
#define AV_STRINGIFY | ( | s | ) | AV_TOSTRING(s) |