[uClibc]Where is "string" source??

Erik Andersen andersen at codepoet.org
Tue Apr 15 19:54:08 UTC 2003


On Tue Apr 15, 2003 at 10:39:36AM -0400, Randy Worzella wrote:
> Then I started getting interested in uClibc because my main
> interest is in embedded applications. So I downloaded the
> latest uClibc source and after poking around I was surprised
> I could not find the basic source code for string and memory
> operations.

It used to be in libc/string/string.c, but when we added
wchar support it move to the current location:
    libc/string/wstring.c
which implements both the normal and the wide string functions.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the uClibc mailing list