Print a string followed by a newline.
void println(String s) { printCallback(s); printCallback('\n'); }