| 186 | } |
| 187 | |
| 188 | int DummyAtExit(void(*)(void)) |
| 189 | { |
| 190 | return 0; |
| 191 | } |
| 192 | |
| 193 | double (*PlatformSpecificFabs)(double) = abs; |
| 194 | int (*PlatformSpecificIsNan)(double) = IsNanImplementation; |
nothing calls this directly
no outgoing calls
no test coverage detected