src/cx/utils.h

changeset 509
0d3c6075f82c
parent 483
929016224c3c
child 527
08539b8273fa
equal deleted inserted replaced
508:8aea65ae1eaf 509:0d3c6075f82c
43 #include "common.h" 43 #include "common.h"
44 44
45 #ifdef __cplusplus 45 #ifdef __cplusplus
46 extern "C" { 46 extern "C" {
47 #endif 47 #endif
48
49 #define cx_for_n(varname, n) for (size_t varname = 0 ; (varname) < (n) ; (varname)++)
48 50
49 /* ---------------------- 51 /* ----------------------
50 * cx_szmul() definition. 52 * cx_szmul() definition.
51 * ---------------------- */ 53 * ---------------------- */
52 54

mercurial