X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Frational.h;h=adc40f9aa0e3324d5dcc8bbc2f10c83e322d5e6e;hb=1c82568fa688351444b56dd190de33df29f688f5;hp=7ff71c0923285a13902584d490cea3af339533a3;hpb=485794f8322b090a22da841961025b19642e42a2;p=libsub.git diff --git a/src/rational.h b/src/rational.h index 7ff71c0..adc40f9 100644 --- a/src/rational.h +++ b/src/rational.h @@ -41,5 +41,6 @@ public: }; bool operator== (Rational const & a, Rational const & b); +Rational max (Rational const & a, Rational const & b); }