``` [[deprecated("Replaced by String::print()")]] int printf() const { return ::printf("%s", str()); } ```