home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / unixlib36d / UnixLib36d / clib / sys / h / debug next >
Encoding:
Text File  |  1993-09-01  |  221 b   |  21 lines

  1. /* sys/debug.h (c) Copyright 1990 H.Rogers */
  2.  
  3. #ifdef DEBUG
  4.  
  5. #ifndef __SYS_DEBUG_H
  6. #define __SYS_DEBUG_H
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. extern void __debug(char *);
  13.  
  14. #ifdef __cplusplus
  15.     }
  16. #endif
  17.  
  18. #endif
  19.  
  20. #endif
  21.