コード例 #1
0
ファイル: t-get_ui.c プロジェクト: coapp-packages/mpir
int
main (void)
{
  tests_start ();
  mp_trace_base = 16;

  check_limbdata ();

  tests_end ();
  exit (0);
}
コード例 #2
0
int
main (void)
{
  tests_start ();

  check_data ();
  check_max ();
  check_limbdata ();

  tests_end ();
  exit (0);
}