
#ifndef CF_H_RAT
#define CF_H_RAT

#include "cf.h"

CF new_rat(int, int);
CF new_rat_from_float(double) ;

#endif





