STRINGIZE

Converts the parameter X to a string after macro replacement on X has been performed. Don't merge these into one macro!

Synopsis

Declared in <util/macros.h>

#define STRINGIZE(X)

Parameters

NameDescription
XThe token sequence to expand and then stringize.