xtstr.h File Reference

Macro to return string representation of x. More...

Detailed Description

Macro to return string representation of x.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

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.