Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __stringify_1(x...) #x |
#define | __stringify(x...) __stringify_1(x) |
#define __stringify | ( | x... | ) | __stringify_1(x) |
Definition at line 10 of file stringify.h.
#define __stringify_1 | ( | x... | ) | #x |
Definition at line 9 of file stringify.h.