00001 00038 #ifndef _STRINGZ_H_ 00039 #define _STRINGZ_H_ 00040 00041 00052 #define STRINGZ(x) #x 00053 00063 #define ASTRINGZ(x) STRINGZ(x) 00064 00065 00066 #endif // _STRINGZ_H_