Create
static int Create(char *, int);
ofd = Create(path, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
ofd = Create(path, S_IRUSR | S_IWUSR);
diskqueue->qHdr = (p->Create) (sectPerDisk, clList, listp);
void *(*Create) (RF_SectorCount_t, RF_AllocListElem_t *, RF_ShutdownList_t **); /* creation routine --