AcouSTO  version 2.0

◆ max()

static int max ( int  a,
int  b 
)
static
26  {
27  if (a>b) return(a); else return(b);
28 }