#ifndef FRACTION_UTILS #define FRACTION_UTILS #include "FractionT.h" void PrintFraction(FractionT value); void PrintMixedFraction(FractionT value); #endif