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

Function PlatformSpecificFabs

src/Platforms/Symbian/UtestPlatform.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103double PlatformSpecificFabs(double d) {
104 return fabs(d);
105}
106
107void* PlatformSpecificMalloc(size_t size) {
108 return malloc(size);

Callers 1

doubles_equalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected