int add (const int x, const int y) 
{
	return( x + y );
}
