#define LOOPMACRO_C(name) \ SEXP name##__loop(SEXP n_, SEXP a, SEXP b){ \ int n = INTEGER(n_)[0] ; \ SEXP res = R_NilValue ; \ for( int i=0; i