lilypond-0.1.47
[lilypond.git] / flower / rational.cc
blob11963238b576632ea3b4e0cbc85eb30aac322e92
1 /*
2 rational.cc -- implement Rational related functions
4 source file of the Flower Library
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "rational.hh"
10 #include "string.hh"
12 void
13 print_rat (Rational const &m)
15 cout << String (m) << flush;