Sign in
apache
/
apr
/
d9c72e2007b539d7e18c3a05a8a8050bae9d32c6
/
.
/
test
/
nw_misc.c
blob: aa211ea9f4502320b194baabce4890cbe7653b09 [
file
] [
log
] [
blame
]
#include
<netware.h>
#include
<screen.h>
#include
"test_apr.h"
void
_NonAppStop
(
void
)
{
pressanykey
();
}
static
void
test_not_impl
(
CuTest
*
tc
)
{
CuNotImpl
(
tc
,
"Test not implemented on this platform yet"
);
}