#include #include int main(int argc, const char * const * argv, const char * const *env) { apr_app_initialize(&argc, &argv, &env); apr_terminate(); }