#include "max3.h" int main( ) { int x = 37; int y = 52; printf ("Max is %d\n", max3( x, y ) ); return 0; }