(cos_assoc): New prototype.
(cos_alist_get): New prototype.
COS_Symbol cos_intern (COS_object name);
+int cos_symbol_p (COS_object obj);
+
COS_String cos_symbol_name (COS_Symbol symbol);
extern COS_Symbol cos_Qnil;
COS_object cos_car (COS_Cons pair);
COS_object cos_cdr (COS_Cons pair);
+COS_Cons cos_assoc (COS_object key, COS_Cons alist);
+COS_object cos_alist_get (COS_Cons alist, COS_object key);
+
typedef struct COS_Container_ent COS_Container_ent;
typedef struct COS_Container_ent* COS_Container;