blob: b6789203b5dbad5346e457bca74ccec946161a70 [file] [log] [blame]
double
foo (a, b, c)
double a, b, c;
{
return a * b + c * a;
}