typedef struct { CELL numerator; CELL denominator; } F_RATIO; void primitive_from_fraction(void);