#if !defined( _MIN_H ) #define _MIN_H int min( int, int ); #endif