/****************************************************************************
 *
 * $Source: /usr/local/cvsroot/unixlib/source/clib/sys/h/debug,v $
 * $Date: 1997/10/09 19:59:53 $
 * $Revision: 1.3 $
 * $State: Exp $
 * $Author: unixlib $
 *
 ***************************************************************************/

#ifdef DEBUG

#ifndef __SYS_DEBUG_H
#define __SYS_DEBUG_H

#ifdef __cplusplus
extern "C" {
#endif

extern void __debug(const char *);

#ifdef __cplusplus
	}
#endif

#endif

#endif
