Esempio n. 1
0
File: float_t.c Progetto: pdo/aldor
void
testFloat()
{
	testRound();
	testTruncate();
	testPrevNext();

	/* Use these for interactive testing. */
	/* testInteractive(); */
	/* testRangeInteractive(); */
}
Esempio n. 2
0
int main() {
	printf( "format.h test\n" );
	testTruncate();
	testPadding();
	printf( "All good.\n" );
}