#include "internal.h" int gz·write(gz·Stream *s, int sz, int n, void* buf) { return gzwrite(s, buf, n*sz); }