Beispiel #1
0
void
testFloat()
{
	testRound();
	testTruncate();
	testPrevNext();

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