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

Function IsInfImplementation

src/Platforms/Keil/UtestPlatform.cpp:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 static int IsInfImplementation(double d)
180 {
181# ifdef __MICROLIB
182 return 0;
183# else
184 return isinf(d);
185# endif
186 }
187
188 int DummyAtExit(void(*)(void))
189 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected