Missing memmove and memset defintions.

Alexandre Oliva aoliva@redhat.com
Mon Apr 16 20:13:00 GMT 2001


On Apr 15, 2001, Jeff Franks <jcf@tpg.com.au> wrote:

> Where do I find the definitions of these fuctions so I don't have to add
> my own.

I suppose you mean declarations, since the actual definitions are in
libc.  The declarations, which is what you really need for your C++
program to compile, are in string.h, which you'll have to #include.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-bugs mailing list