Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 139

erlang-doc-R15B-03.3.fc17.noarch.rpm

/* complex.c */

int foo(int x) {
  return x+1;
}

int bar(int y) {
  return y*2;
}