> >Is there a routine in the system V library analogous to BSD's bcopy(). While I'm sure someone will mention memcpy(), be cautioned that memcpy() is not required to properly handle moves where the destination area overlaps the source area. bcopy(), on the other hand, is careful in this situation. Dave