Apache HTTPD
framework
httpd-2.4.62
srclib
apr
test
nw_misc.c
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include <screen.h>
4
/*
5
#include "testutil.h"
6
*/
7
8
/* function to keep the screen open if not launched from bash */
9
void
_NonAppStop
(
void
)
10
{
11
if
(
getenv
(
"_IN_NETWARE_BASH_"
) ==
NULL
) {
12
printf
(
"\r\n<Press any key to close screen> "
);
13
getcharacter
();
14
}
15
}
16
17
/*
18
static void test_not_impl(CuTest *tc)
19
{
20
CuNotImpl(tc, "Test not implemented on this platform yet");
21
}
22
*/
23
_NonAppStop
void _NonAppStop(void)
Definition
nw_misc.c:9
size
apr_size_t size
Definition
apr_allocator.h:115
NULL
return NULL
Definition
mod_so.c:359
Generated by
1.9.8