1<assertions> 2 <assertion id="1" tag="ref:XBD7:66022:66030"> 3 The function will copy not more than n bytes (bytes that follow a NUL 4 character are not copied) from the array pointed to by s1 to the array 5 pointed to by s2. And it will return s2. 6 <assertion> 7 <assertion id="2" tag="ref:XBD7:66024:66025"> 8 If the array pointed to by s1 is a string that is shorter than n bytes, 9 NUL characters willl be appended to the copy in the array pointed to 10 by s2, until n bytes in all are written. 11 <assertion> 12<assertions> 13 14