Home | History | Annotate | Download | only in Models
      1 bool notzero(int i) {
      2  return i != 0;
      3 }