Define RCSW_XFOR_EACH1
Defined in File common.h
Define Documentation
-
RCSW_XFOR_EACH1(action, ...)
Call
action
on the current THING passed in the varargs list.action
needs to have the following signature (as a macro or function):mymacro(X)
where
X
is the current THING passed in varargs.