Apache HTTPD
occhild.c
Go to the documentation of this file.
1#include "apr.h"
2#include "apr_file_io.h"
3#include "apr.h"
4
5#if APR_HAVE_STDLIB_H
6#include <stdlib.h>
7#endif
8
9int main(void)
10{
11 char buf[256];
14
17
20
21 while (1) {
22 apr_size_t length = 256;
24 }
25 exit(0); /* just to keep the compiler happy */
26}
APR File I/O Handling.
const unsigned char * buf
Definition util_md5.h:50
int apr_off_t * length
apr_size_t size
#define apr_pool_create(newpool, parent)
Definition apr_pools.h:322
apr_int32_t apr_int32_t apr_int32_t err
apr_pool_t * p
Definition md_event.c:32
return NULL
Definition mod_so.c:359
int main(void)
Definition occhild.c:9