예제 #1
0
파일: float_t.c 프로젝트: pdo/aldor
void
testFloat()
{
	testRound();
	testTruncate();
	testPrevNext();

	/* Use these for interactive testing. */
	/* testInteractive(); */
	/* testRangeInteractive(); */
}
int main() {
  assert(testRound() == 0);
  return 0;
}