2004-08-04 22:43:58 -04:00
|
|
|
typedef struct {
|
2006-05-15 18:00:37 -04:00
|
|
|
CELL header;
|
2004-08-04 22:43:58 -04:00
|
|
|
CELL numerator;
|
|
|
|
CELL denominator;
|
2004-12-10 21:46:42 -05:00
|
|
|
} F_RATIO;
|
2004-08-04 22:43:58 -04:00
|
|
|
|
2004-09-18 22:29:29 -04:00
|
|
|
void primitive_from_fraction(void);
|
2006-05-15 18:00:37 -04:00
|
|
|
void fixup_ratio(F_RATIO* ratio);
|
|
|
|
void collect_ratio(F_RATIO* ratio);
|