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