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

Function IsInfImplementation

src/Platforms/Gcc/UtestPlatform.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static int IsInfImplementation(double d)
290{
291 return isinf(d);
292}
293
294double (*PlatformSpecificFabs)(double) = fabs;
295void (*PlatformSpecificSrand)(unsigned int) = srand;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected