| 207 | } |
| 208 | |
| 209 | static int DosIsInf(double d) |
| 210 | { |
| 211 | return isinf(d); |
| 212 | } |
| 213 | |
| 214 | void (*PlatformSpecificSrand)(unsigned int) = DosSrand; |
| 215 | int (*PlatformSpecificRand)(void) = DosRand; |
nothing calls this directly
no outgoing calls
no test coverage detected