• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1bool notzero(int i) {
2 return i != 0;
3}