00001 /*@A (C) 1992 Allen I. Holub */ 00002 #ifndef __PRNT_H 00003 #define __PRNT_H 00004 00005 #include <stdarg.h> 00006 00007 void prnt ( void (*ofunct)(int,void *), void *funct_arg, char *format, va_list args ); 00008 00009 void stop_prnt( void ); 00010 #endif /* __PRNT_H */