Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn%brl-vld@sri-unix.UUCP Newsgroups: net.unix Subject: Re: strncpy Message-ID: <16883@sri-arpa.UUCP> Date: Thu, 23-Feb-84 15:16:25 EST Article-I.D.: sri-arpa.16883 Posted: Thu Feb 23 15:16:25 1984 Date-Received: Fri, 2-Mar-84 11:16:55 EST Lines: 7 From: Doug Gwyn (VLD/VMB)"Strncpy copies exactly n characters, truncating s2 or adding null characters to s1 if necessary. The result will not be null-terminated if the length of s2 is n or more." Do NOT change it.