You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Günter Knauf <ef...@gmx.net> on 2003/06/17 19:16:17 UTC

APR string question

Hi,
in apr_strings.h is defined:

APR_DECLARE(int) apr_strnatcmp(char const *a, char const *b);
APR_DECLARE(int) apr_strnatcasecmp(char const *a, char const *b);

but I wonder that there are no equivalents for strncmp and strncasecmp??

Guenter.