Home
last modified time | relevance | path

Searched refs:countvar_from_dotimesC (Results 1 – 1 of 1) sorted by relevance

/dports/math/cln/cln-1.3.6/src/base/
H A Dcl_macros.h186 #define dotimesC(countvar_from_dotimesC,count_from_dotimesC,statement_from_dotimesC) \ argument
187 { countvar_from_dotimesC = (count_from_dotimesC); \
188 until (countvar_from_dotimesC==0) \
189 {statement_from_dotimesC; countvar_from_dotimesC--; } \