#include "testharness.h" int (*read_buf)(void *arg1, char *arg2, int arg3); int file_read(void *gz1, char *buf, int size) { int total = 0, i; for (i=0;i