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>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991029111352.A87934>
