On Thu, 17 Oct 2002, Dave Seidel wrote: > Is there ant documentation on the APR_RING_* macros besides the comments > in apr_ring.h, e.g., does anyone know of any articles on how these > macros should be used? Thanks in advance.
The documentation in the header file is pretty much it. Though it's helpful to see how they're used by example; for that, take a look at the bucket brigades code in APR-util (apr_buckets.h and buckets/*.c). --Cliff
