printf_flags
printf_flags(TOCONS|NOTSTAMP, "\033[0m");
printf_flags(TOCONS|NOTSTAMP, "\033[0J");
printf_flags(TOCONS|NOTSTAMP, " \x08");
printf_flags(TOCONS|NOTSTAMP,
printf_flags(TOCONS|NOTSTAMP, "\r ");
void printf_flags(int, const char *, ...) __printflike(2, 3);