MCPcopy Create free account
hub / github.com/cpputest/cpputest / DosIsInf

Function DosIsInf

src/Platforms/Dos/UtestPlatform.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209static int DosIsInf(double d)
210{
211 return isinf(d);
212}
213
214void (*PlatformSpecificSrand)(unsigned int) = DosSrand;
215int (*PlatformSpecificRand)(void) = DosRand;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected