#ifndef __BINDINGS_APR_POOLS_H__ #define __BINDINGS_APR_POOLS_H__ #include #define hsc_apr_pool_accessor(TYPE) \ hsc_ccall( \ apr_ ## TYPE ## _pool_get, \ Ptr -> IO (Ptr )) #endif