Date: Wed, 10 Dec 1997 15:19:45 -0800 (PST) From: Archie Cobbs <archie@whistle.com> To: freebsd-hackers@freebsd.org Subject: memcmp() and memcpy() Message-ID: <199712102319.PAA22111@bubba.whistle.com>
index | next in thread | raw e-mail
According to the gcc info page, gcc will automatically inline the memcpy() and memcmp() functions. The kernel header files define memcpy() but not memcmp() for some reason. How come memcmp() is not defined? This is in reference to 2.2.5... haven't looked at -current. Thanks, -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.comhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712102319.PAA22111>
