From: "Greg Marr" <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 7:59 AM
> At 03:47 AM 05/24/2001, Greg Stein wrote: > >No matter how much you may optimize at the *C* level, I doubt that you'll > >match what various C libraries will do. Anybody worth their salt would code > >strchr() in assembly (and fall back to a C implementation if there isn't a > >selected ASM version for the host platform). > > That's actually what I was expecting to find. I was quite surprised > to find it in C. That was from MSVC by the way. What are you talking about :-? See DevStudio\VC\crt\src\intel\STRCHR.ASM Bill
