minfree_open
FILE *fp = minfree_open(dir, O_RDONLY, "r");
FILE *fp = minfree_open(dir, O_WRONLY | O_CREAT | O_TRUNC, "w");