freeswitch/libs/apr/test/nw_misc.c
Michael Jerris 0488a5109a add apr to in tree libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-19 19:58:23 +00:00

17 lines
226 B
C

#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");
}
*/