From 911f273d6735dd5d1dc44f7276ad5a06f367e3bf Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 Aug 1997 19:33:15 +0000 Subject: [PATCH] lilypond-0.1.1 --- flower/include/rational.hh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.39.5