| 11 | double testVu, testVv, testWu, testWv; |
| 12 | |
| 13 | void Test(double _testVu, double _testVv, double _testWu, double _testWv) { |
| 14 | testVu = _testVu; |
| 15 | testVv = _testVv; |
| 16 | testWu = _testWu; |
| 17 | testWv = _testWv; |
| 18 | printf("BUG?\n"); |
| 19 | printf("Display: Vu=%f Vv=%f Wu=%f Wv=%f\n", testVu, testVv, testWu, |
| 20 | testWv); |
| 21 | } |
| 22 | |
| 23 | int main(void) { |
| 24 | double v1 = 465.1; |