Source of myMax.h


  1: //myMax.h

  2: 
  3: //function prototype

  4: int myMax
  5:         (
  6:         int first, //in

  7:         int second //in

  8:         );