home *** CD-ROM | disk | FTP | other *** search
- /* Header for module TP_debug, generated by p2c */
-
- #ifndef TP_DEBUG_H
- #define TP_DEBUG_H
-
- #ifndef TP_DECL_H
- #include "tp_decl.h"
- #endif
- #ifndef TP_MISC_H
- #include "tp_misc.h"
- #endif
-
-
- #ifdef TP_DEBUG_G
- # define vextern
- #else
- # define vextern extern
- #endif
-
-
- vextern void WriteDebugInfo(char *Instring);
- vextern void ToBothEr(char *S);
- vextern void ErrorExit(long errorcode);
- vextern void Warning(char *S);
-
- /* added the next two prototypes-Ad */
- vextern void Help(void);
- vextern void _TP_debug_init(void);
-
- #undef vextern
-
- #endif /*TP_DEBUG_H*/
- /* End. */
-
-