| 287 | } |
| 288 | |
| 289 | static int IsInfImplementation(double d) |
| 290 | { |
| 291 | return isinf(d); |
| 292 | } |
| 293 | |
| 294 | double (*PlatformSpecificFabs)(double) = fabs; |
| 295 | void (*PlatformSpecificSrand)(unsigned int) = srand; |
nothing calls this directly
no outgoing calls
no test coverage detected