


     memmove(XPG4.os/strRelease	3.201 (UniSoft memmove(XPG4.os/string)



     NAME
	  ANSI.os/string/memmove - memory copy testset

     DESCRIPTION
	  Memmove tests	the memmove() subroutine interface for
	  conformance to the XSI System	Interfaces Page:memmove().

     TESTS
     Compliance
	  1    memmove() copies	n bytes	from the object	pointed	to by
	       s2 to the object	pointed	to by s1 and returns s1.

	  2    If the objects pointed to by s1 and s2 overlap,
	       memmove(s1, s2,n) behaves as if n bytes are copied from
	       the object pointed to by	s2 to a	temporary buffer which
	       does not	overlap	either s1 or s2, and then copied to
	       the object pointed to by	s1.

     OUTPUTS
     Tests:
	  1-2  Pass/Fail indication return value and buffer contents.

     RELEASE
	  4.4.1	(06/09/97)































     Page 1					    (printed 2/21/103)



