New library CStringBuilder to print content to a c-string

  sb.print(F("HEX of char: "));
  sb.println(c, HEX);

HEX of char 43

Either the output is a cut and paste error, or the class has a problem.