You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jacob Rief <ja...@gmail.com> on 2009/03/25 00:25:08 UTC

Shuffle members of an apr_array_t

Since I had the need for a function, which shuffles members of an apr_array_t,
I have written one which conforms to the style of apr and which could be added
to future versions of the apr library. I would be glad to donate the sources:
Source: http://modicpquery.googlecode.com/svn/trunk/mod_icpquery/apr_ext.c
Header: http://modicpquery.googlecode.com/svn/trunk/mod_icpquery/apr_ext.h
Unit-Test: http://modicpquery.googlecode.com/svn/trunk/mod_icpquery/test-apr.c

Jacob