Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 153de8e767391ee69acb7025d88d7586 > files > 139

erlang-doc-R14B-03.1.fc14.noarch.rpm

/* complex.c */

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

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