Apache HTTPD
framework
httpd-2.4.62
srclib
apr
test
testapp.c
Go to the documentation of this file.
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
}
apr_general.h
APR Miscellaneous library routines.
size
apr_size_t size
Definition
apr_allocator.h:115
argc
apr_pool_t int argc
Definition
apr_getopt.h:104
env
char const *const char const *const ** env
Definition
apr_general.h:200
argv
const char * argv[3]
Definition
mod_mime_magic.c:2049
main
int main(void)
Definition
occhild.c:9
Generated by
1.9.8