Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 1999 11:13:52 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        freebsd-arch@freebsd.org
Subject:   stpcpy()
Message-ID:  <19991029111352.A87934@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
More and more GNU (and other GPV) software is starting to use the
Linuxism known as stpcpy().  stpcpy() is effectively:

    p = strcpy(d,s);
    p += strlen(d);

I'm considering adding stpcpy() to libc.  Comments?

-- 
-- David    (obrien@NUXI.com)




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991029111352.A87934>