// flush -- flush(ostream&) #include <ostream> ostream& flush(ostream& os) { // flush output os.flush(); return (os); }