#define _test_str_str(ONE,...) *ONE
#define _free_str_str(...) FALSE
#define _next_str_str(ONE,...) ONE=_utf8_copy(ONE,(_s+=strlen(ONE)))
-#define _COUNT_STR_STR int _count_str_str(str S) { int l=0; str X=""; for_each2(str,X,str,S){l++;} return l; }
+#define _COUNT_STR_STR int _count_str_str(str S) { int l=0; str X=""; for_each(str,X,str,S){l++;} return l; }
#define _init_void_array(...) int _i=(__VA_ARGS__)
#define _head_void_array(ONE,ALL,LEN) ONE=*ALL,0
#define _test_void_array(ONE,ALL,LEN) _i < LEN