From: fred Date: Fri, 1 Aug 1997 19:33:15 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~6101 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=911f273d6735dd5d1dc44f7276ad5a06f367e3bf;p=lilypond.git lilypond-0.1.1 --- diff --git a/flower/include/rational.hh b/flower/include/rational.hh index 30fa2cb6d6..d3b68f726f 100644 --- a/flower/include/rational.hh +++ b/flower/include/rational.hh @@ -1 +1,17 @@ +/* + rational.hh -- declare + + source file of the Flower Library + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef RATIONAL_HH +#define RATIONAL_HH #include + +/// print a Rational. To be called from the debugger +void print_rat(Rational const&); + +#endif // RATIONAL_HH