| 222 | } |
| 223 | |
| 224 | static int IsInfImplementation(double d) |
| 225 | { |
| 226 | return 0; |
| 227 | } |
| 228 | |
| 229 | int (*PlatformSpecificIsNan)(double d) = IsNanImplementation; |
| 230 | int (*PlatformSpecificIsInf)(double d) = IsInfImplementation; |
nothing calls this directly
no outgoing calls
no test coverage detected