2 stream.hh -- declare compatibility glue for gcc 3.
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
19 std::ostream *open_file_stream (String file_name,
20 std::ios_base::openmode mode = std::ios::out);
22 std::ostream *open_file_stream (String file_name, int mode = ios::out);
24 void close_file_stream (std::ostream *os);
27 #endif /* STREAM_HH */