On Mon, Nov 18, 2002 at 09:25:46PM -0600, Frank Knobbe wrote:
> On Mon, 2002-11-18 at 17:10, Andrew Griffiths wrote:
>
> > Another thing to use is consistency, for example,
> >
> > char dst[50];
> > strncpy(dst, user_supplied_data, sizeof(dst));
> > strncat(dst, sizeof(dst) - strlen(dst) -1, moreu...
> On Mon, 2002-11-18 at 17:10, Andrew Griffiths wrote:
>
> > Another thing to use is consistency, for example,
> >
> > char dst[50];
> > strncpy(dst, user_supplied_data, sizeof(dst));
> > strncat(dst, sizeof(dst) - strlen(dst) -1, moreu...
[ more ]