aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/tutorial/complex.c
blob: 206d8abf4ee2841c7c3cbd8529bf8ccdc89b946c (plain) (blame)
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;
}