5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
|
||
|
float func2(float a, float b) {
|
||
|
return a + b / 2.;
|
||
|
}
|