> On Mon, 21 Jan 2002, Justin Erenkrantz wrote:
>
> > > ... then of course, not all systems *have* memmove()! ;-) SunOS 4 pops to
> > > my mind.
> > >
> > > Ain't portable coding fun?
> >
> > FWIW, APR handles this for ya by calling bcopy on those lame platforms.
> > (bcopy is guaranteed to handle overlapping strings.)
>
> More specificly, which APR function offers this?
heh heh. No, APR _handles_ this for you. Just include apr_general.h and
all is well. memmove is defined to bcopy in there, when appropiate.
> > Isn't APR fun? =) -- justin
>
> It is. I'm just totally lost among the vast amount of functions and I have a
> hard time finding out how to do things the APR way. Another APR question mail
> follows later.
Ok :)
Btw, Ian is going to update the doxygen docs real soon now(tm). So, this
page: http://apr.apache.org/docs/apr/index.html will be up to date again
then.
> Daniel Stenberg
Sander
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:58 2006