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

Function AtExitImplementation

src/Platforms/armcc/UtestPlatform.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172static int AtExitImplementation(void(*func)(void))
173{
174 return atexit(func);
175}
176
177double (*PlatformSpecificFabs)(double) = fabs;
178int (*PlatformSpecificIsNan)(double) = IsNanImplementation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected