Preprocessor stringizing utils.
Copyright (c) 2010-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | _STRINGZ_H_ |
#define | ASTRINGZ(x) STRINGZ(x) |
Absolute stringize. More... | |
#define | ASTRINGZ(x) STRINGZ(x) |
#define | STRINGZ(x) #x |
Stringize. More... | |
#define | STRINGZ(x) #x |
#define _STRINGZ_H_ |
#define ASTRINGZ | ( | x | ) | STRINGZ(x) |
#define STRINGZ | ( | x | ) | #x |