#include "internal.h" gz·Stream* gz·open(byte *path, byte *mode) { return gzopen(path, mode); } error gz·close(gz·Stream* s) { return gzclose(s); }