test_using
test_using("bcopy", buf, bytes, bcopy);
test_using("docopy1", buf, bytes, docopy1);
test_using("docopy2", buf, bytes, docopy2);
test_using("docopy3", buf, bytes, docopy3);
test_using("docopy4", buf, bytes, docopy4);
test_using("docopy5", buf, bytes, docopy5);
test_using("docopy6", buf, bytes, docopy6);
test_using("docopy7", buf, bytes, docopy7);
void test_using(const char *ctl, char *buf, int bytes, void (*copyf)(const void *s1, void *d, size_t bytes));
test_using("bzero", buf, bytes, (void *)bzero);
test_using("dozero1", buf, bytes, dozero1);
test_using("dozero2", buf, bytes, dozero2);
test_using("dozero3", buf, bytes, dozero3);
test_using("dozero4", buf, bytes, dozero4);
test_using("dozero5", buf, bytes, dozero5);
test_using("dozero6", buf, bytes, dozero6);
test_using("dozero7", buf, bytes, dozero7);
void test_using(const char *ctl, char *buf, int bytes, void (*zerof)(void *d, size_t bytes));