root/srclib/apr/test/testapp.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. main

#include <apr.h>
#include <apr_general.h>

int main(int argc, const char * const * argv, const char * const *env)
{
    apr_app_initialize(&argc, &argv, &env);


    apr_terminate();
}

/* [<][>][^][v][top][bottom][index][help] */