aiff_hdr
struct aiff_hdr hdr;
memset(&hdr, 0, sizeof(struct aiff_hdr));
return afile_writehdr(f, &hdr, sizeof(struct aiff_hdr));
struct aiff_hdr aiff;
f->endpos = f->startpos = sizeof(struct aiff_hdr);
sizeof(struct aiff_hdr)))