root/srclib/apr/test/nw_misc.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. _NonAppStop

#include <netware.h>
#include <screen.h>
#include "testutil.h"

void _NonAppStop( void )
{
    pressanykey();
}

/*
static void test_not_impl(CuTest *tc)
{
    CuNotImpl(tc, "Test not implemented on this platform yet");
}
*/


/* [<][>][^][v][top][bottom][index][help] */