2
0

nw_misc.c 226 B

12345678910111213141516
  1. #include <netware.h>
  2. #include <screen.h>
  3. #include "testutil.h"
  4. void _NonAppStop( void )
  5. {
  6. pressanykey();
  7. }
  8. /*
  9. static void test_not_impl(CuTest *tc)
  10. {
  11. CuNotImpl(tc, "Test not implemented on this platform yet");
  12. }
  13. */