(cos_Qnil): New variable.
(cos_Qt): New variable.
(cos_print_object): New prototype.
}
#endif
+#include <stdlib.h>
+
+
typedef void* COS_object;
typedef struct COS_Object_ent COS_Object_ent;
COS_String cos_symbol_name (COS_Symbol symbol);
+extern COS_Symbol cos_Qnil;
+extern COS_Symbol cos_Qt;
+
typedef struct COS_Cons_ent COS_Cons_ent;
typedef struct COS_Cons_ent* COS_Cons;
typedef struct COS_Binary_ent COS_Binary_ent;
typedef struct COS_Binary_ent* COS_Binary;
+
+void cos_print_object (COS_object obj);
+
#if 0
{
#endif