upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / test / testapp.c
diff --git a/rubbos/app/httpd-2.0.64/srclib/apr/test/testapp.c b/rubbos/app/httpd-2.0.64/srclib/apr/test/testapp.c
new file mode 100644 (file)
index 0000000..9e5bec3
--- /dev/null
@@ -0,0 +1,10 @@
+#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();
+}
\ No newline at end of file