Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 143 Bytes

stringify-operator-indirect-line-macro

File metadata and controls

5 lines (4 loc) · 143 Bytes
 
Mar 3, 2010
Mar 3, 2010
1
2
3
4
5
// Should produce a line number in quotes, and not "__LINE__"
#define STRINGIFY2(x) #x
#define STRINGIFY(x) STRINGIFY2(x)
STRINGIFY(__LINE__)