summaryrefslogtreecommitdiff
path: root/lib/other.c
blob: d47b7b3341c2dca40ba93d448d3631326e5020ed (plain)
1
2
3
4
5
6


int add(int a, int b)
{
    return a + b;
}