upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / test / testapp.c
1 #include <apr.h>
2 #include <apr_general.h>
3
4 int main(int argc, const char * const * argv, const char * const *env)
5 {
6     apr_app_initialize(&argc, &argv, &env);
7
8
9     apr_terminate();
10 }