921e5a0eb4
From-SVN: r14840
6 lines
66 B
C
6 lines
66 B
C
double
|
|
foo (float a, float b)
|
|
{
|
|
return (double)a / (double)b;
|
|
}
|