5 lines
52 B
C
5 lines
52 B
C
|
#pragma once
|
||
|
|
||
|
#define Q(x) #x
|
||
|
#define QUOTE(x) Q(x)
|