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