This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Missing memmove and memset defintions.
- To: Jeff Franks <jcf at tpg dot com dot au>
- Subject: Re: Missing memmove and memset defintions.
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 17 Apr 2001 00:12:39 -0300
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <3ADA5759.2A3BC700@tpg.com.au>
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