#include #include void main( void ) { printf( "zero %s a normal number\n", isnormal( 0.0 ) ? "is" : "is not" ); }