31 Print* Printer::sPrinter = &Serial;
34 if (s.getType() == internal::FCString::kCStringType) {
42 if (s.getType() == internal::FCString::kCStringType) {
static void print(const internal::FCString &s)
Convenience method for printing an FCString.
A union of (const char*) and (const __FlashStringHelper*) with a discriminator.
static void println(const internal::FCString &s)
Convenience method for printing an FCString.
static Print * getPrinter()
Get the output printer used by the various assertion() methods and the TestRunner.