factor/native/primitives.h

7 lines
116 B
C
Raw Normal View History

2004-07-16 02:26:21 -04:00
extern XT primitives[];
2004-07-24 00:54:57 -04:00
#define PRIMITIVE_COUNT 87
2004-07-16 02:26:21 -04:00
CELL primitive_to_xt(CELL primitive);
void primitive_eq(void);