#include #include void main( void ) { printf( "zero %s an infinite number\n", isinf( 0.0 ) ? "is" : "is not" ); }