MODE_BINARY 5006 io.c # define MODE_BINARY(a,b) ((oflags & O_BINARY) ? (b) : (a)) MODE_BINARY 5008 io.c # define MODE_BINARY(a,b) (a)