putdisk
#define PUTSECTOR(buf, secno, nosec) (putdisk(buf, (secno)*ISO_SECTOR_SIZE, \
static void putdisk(char *buf, int daddr, int size);