READWRITE
case READWRITE:
if (whatami == READWRITE)
if (whatami != READWRITE && otherpid > 1)
static int whatami = READWRITE; /* a READ or WRITE process - or both */
whatami = READWRITE; /* always run start() as one process */
writedone = (whatami == READWRITE) ? TRUE : FALSE;