mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
3 lines
41 B
C++
3 lines
41 B
C++
|
#define CAT(X, Y) X##Y
|
||
|
CAT(hello, world)
|