#if !defined( _MAX_H ) #define _MAX_H int max( int, int ); #endif