QH_STR_EXPANDED_STRINGIFY

Updated: April 19, 2023

A macro that makes a string from the passed-in argument's value.

Definitions:

#define QH_STR_EXPANDED_STRINGIFY(__ARG) QH_STR_STRINGIFY(__ARG)