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