Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
int PlatformSpecificPutchar(int c) {
100
return putchar(c);
101
}
102
103
double PlatformSpecificFabs(double d) {
104
return fabs(d);
Callers
1
printBuffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected