3 This code was written as part of the CMU Common Lisp project at
4 Carnegie Mellon University, and has been placed in the public domain.
13 extern char *lowtag_Names[], *subtype_Names[];
15 extern void print(lispobj obj);
16 extern void brief_print(lispobj obj);
17 extern void reset_printer(void);
19 #endif /* _PRINT_H_ */