home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/debug,v $
- * $Date: 1996/04/19 21:23:56 $
- * $Revision: 1.1 $
- * $State: Rel $
- * $Author: simon $
- *
- * $Log: debug,v $
- * Revision 1.1 1996/04/19 21:23:56 simon
- * Initial revision
- *
- ***************************************************************************/
-
- #ifdef DEBUG
-
- #ifndef __SYS_DEBUG_H
- #define __SYS_DEBUG_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern void __debug(char *);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-
- #endif
-