#if !defined( _FACT_H ) #define _FACT_H int fact( int ); #endif