Re: Cleaning up elkscmd and adding help text...any volunteers?

Juan Perez-Sanchez <[email protected]> Wed, 18 Mar 2015 14:52:28 -0600
Newsgroups org.kernel.vger.linux-8086
Message-ID <CAD6VGuZn0JFSiZsUakRRAdtBKj3oznjK=17TCR8wA=tO0q_TAg@mail.gmail.com>
>
> I also got a bug report that the C strlen() implementation in BCC libc is
> wrong (it returns a number 1 too large). Not checked the 8086 asm version.
>
> Alan

I checked the source and found that the assembly version has that bug.
The compiler selects the C version unless the macro __AS386_16__ is
defined (in not).

Juan