This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: wchar_t string functions?


On Sep  2, 1999, "edA-qa mort-ora-y" <iend@spots.ab.ca> wrote:

> Does GCC by default include the wchar_t counterparts to the std 
> string functions such as strlen?

gcc doesn't include any functions at all.  This is a library issue,
and the C library is a separate project.  gcc is just the compiler.

> If not, does anybody know where I can get the source code for all 
> these functions, saves me writing them myself.

GNU libc, I suppose.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]