8 size_t r = strcspn(p, q); \
10 t_error("strcspn(%s,%s) returned %lu, wanted %lu\n", #s, #c, (unsigned long)r, (unsigned long)(n)); \
19 for (i
= 0; i
< 128; i
++)
21 for (i
= 0; i
< 256; i
++)
22 *((unsigned char*)s
+i
) = i
+1;
30 T("\xff\x80 abc", a
, 2)