factor/native/ratio.h

7 lines
101 B
C

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