/* print.h  (Steve Hill)  1.1  3/9/90$ */

/* PRINT.H
 *
 * Header file for print.c.
 */

void	PrintIndent PROTO((FILE *, int, char *));
