AcouSTO  version 2.0

◆ isqr()

static int isqr ( int  x)
static
450 {
451  return x * x;
452 }