921e5a0eb4
From-SVN: r14840
7 lines
70 B
C
7 lines
70 B
C
double
|
|
foo (a, b, c)
|
|
double a, b, c;
|
|
{
|
|
return a * b + c * a;
|
|
}
|