G�nter Knauf 17 Jun 2003 17:16:55 -0000
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.