Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ Print
Method
Print
examples/ApplicationLib/Printer.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void Printer::Print(const char* s)
40
{
41
for (const char* p = s; *p; p++)
42
putchar(*p);
43
}
44
45
void Printer::Print(long int n)
46
{
Callers
1
Printer.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected