Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 74

coccinelle-examples-1.0.7-2.mga7.i586.rpm


void ioctl(int i)
{

  g(1);
  h(2);
  w(3);
  z(4);

}





void g(int i) {
  bar(1);
}

void h(int i) {
  bar(1);
}

void w(int i) {
  bar(1);
}

void z(int i) {
  bar(1);
}