Define OpenSnJoinWords
Defined in File utils.h
Define Documentation
-
OpenSnJoinWords(x, y)
Small utility macro for joining two words.
This will expand
x
andy
intoxy
respecting the value ofy
. For example:OpenSnJoinWords(var, __COUNTER__)
will be expanded intovar1
(assuming the value of__COUNTER__
is1
.