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

Function DummyAtExit

src/Platforms/Keil/UtestPlatform.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 int DummyAtExit(void(*)(void))
189 {
190 return 0;
191 }
192
193 double (*PlatformSpecificFabs)(double) = abs;
194 int (*PlatformSpecificIsNan)(double) = IsNanImplementation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected