1double
2foo (a, b, c)
3     double a, b, c;
4{
5  return a * b + c * a;
6}
7