Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ IsInfImplementation
Function
IsInfImplementation
src/Platforms/armcc/UtestPlatform.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
static int IsInfImplementation(double d)
168
{
169
return isinf(d);
170
}
171
172
static int AtExitImplementation(void(*func)(void))
173
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected