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

Function PlatformSpecificPutchar

src/Platforms/Symbian/UtestPlatform.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99int PlatformSpecificPutchar(int c) {
100 return putchar(c);
101}
102
103double PlatformSpecificFabs(double d) {
104 return fabs(d);

Callers 1

printBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected