You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Henrik Vendelbo <hv...@bluprints.com> on 1999/10/17 20:41:51 UTC

Re: apr_cpystrn.c

>Ben wrote :
> The point is that ap_cpystrn doesn't implement anything a standard
> library function does.

Ok, my reminder is then general :

use the ap_cpystrn when you really need it otherwise use the standard
functions which will perform much better.

\Henrik