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 17:37:42 -04:00
#define PRIMITIVE_COUNT 88
2004-07-16 02:26:21 -04:00
CELL primitive_to_xt(CELL primitive);
void primitive_eq(void);