File: complex.c

package info (click to toggle)
erlang-doc-html 1%3A11.b.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 23,284 kB
  • ctags: 10,724
  • sloc: erlang: 505; ansic: 323; makefile: 62; perl: 61; sh: 45
file content (9 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
/* complex.c */

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

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