[#STRINGIZE] = STRINGIZE :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define STRINGIZE(X) ---- == Parameters [cols="1,4"] |=== | Name| Description | *X* | The token sequence to expand and then stringize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#