]> gitweb.factorcode.org Git - factor.git/blob - native/primitives.h
complex numbers in native factor, all of test suite except html and httpd tests runs...
[factor.git] / native / primitives.h
1 extern XT primitives[];
2 #define PRIMITIVE_COUNT 128
3
4 CELL primitive_to_xt(CELL primitive);