14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
17
stpncpy(dst,src,length) moves length characters, or until end, of src to
17
my_stpncpy(dst,src,length) moves length characters, or until end, of src to
18
18
dst and appends a closing NUL to dst if src is shorter than length.
19
19
The result is a pointer to the first NUL in dst, or is dst+n if dst was