add macros part
This commit is contained in:
3
src/hack/macros/macros.hpp
Normal file
3
src/hack/macros/macros.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#define MAKE_STR2(x) #x
|
||||
#define MAKE_STR(x) MAKE_STR2(x)
|
||||
|
||||
Reference in New Issue
Block a user