]> gitweb.factorcode.org Git - factor.git/blob - native/primitives.h
working on the test suite
[factor.git] / native / primitives.h
1 extern XT primitives[];
2 #define PRIMITIVE_COUNT 91
3
4 CELL primitive_to_xt(CELL primitive);
5
6 void primitive_eq(void);