summaryrefslogtreecommitdiffstats
path: root/resources/example1/function.c
blob: 9a84189b4206583fb7f489f2227e08f74af33d70 (plain)
1
2
3
int one_plus(int a) {
  return 1 + a;
}