| 170 | } |
| 171 | |
| 172 | static int AtExitImplementation(void(*func)(void)) |
| 173 | { |
| 174 | return atexit(func); |
| 175 | } |
| 176 | |
| 177 | double (*PlatformSpecificFabs)(double) = fabs; |
| 178 | int (*PlatformSpecificIsNan)(double) = IsNanImplementation; |
nothing calls this directly
no outgoing calls
no test coverage detected