Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92d2bfb5a363004a8a399eefe5c79f14 > files > 39

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.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);
}