MCPcopy 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
39void Printer::Print(const char* s)
40{
41 for (const char* p = s; *p; p++)
42 putchar(*p);
43}
44
45void Printer::Print(long int n)
46{

Callers 1

Printer.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected