repo.or.cz
/
apr-util.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use of pre_cleanups is not the default for reslists.
[apr-util.git]
/
test
/
nw_misc.c
blob
cf68692bded272be014ddf846e8032f65f7270f7
1
#include <netware.h>
2
#include <screen.h>
3
#include
"testutil.h"
4
5
void
_NonAppStop
(
void
)
6
{
7
pressanykey
();
8
}
9
10
/*
11
static void test_not_impl(CuTest *tc)
12
{
13
CuNotImpl(tc, "Test not implemented on this platform yet");
14
}
15
*/
16