Macro to return string representation of x. More...
Macro to return string representation of x.
Definition in file xtstr.h.
#include <stddef.h>
Include dependency graph for xtstr.h:Go to the source code of this file.
| #define | _XTSTR(x) # x |
| #define | XTSTR(x) _XTSTR(x) |
| A macro to return the string respresentation of x. | |