Date: Tue, 17 Mar 1998 09:43:32 -0500 (EST) Message-Id: <199803171443.JAA29041@delorie.com> From: DJ Delorie To: loth AT gec DOT net CC: djgpp-workers AT delorie DOT com In-reply-to: <35107243.35844972@mail.gec.net> (loth@gec.net) Subject: Re: libc replacement (bcmp) Precedence: bulk If bcmp() is going to get complicated, perhaps it should be replaced with a stub pointing to memcmp? That would keep us from having to maintain two copies of that code.