printing sort of works, good enough for now.
[CommonLispStat.git] / lib / xlisp.h
blob073648b007df107f0d9e07f639b3b0f520c2af52
1 #include <stdio.h>
3 #define FALSE 0
4 #define TRUE 1
6 #ifndef IN_KCL_GLUE
7 typedef void *object;
8 typedef object LVAL;
9 #endif