home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 13.ddi / NOTEBOOK.PAK / UTILS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  625 b   |  13 lines

  1. //----------------------------------------------------------------------------
  2. //    utils.h    - include file for misc. non-class functions 
  3. //----------------------------------------------------------------------------
  4. //    copyright (c) 1993 Borland International
  5. //----------------------------------------------------------------------------
  6. #define DEBUGLOG "debug.log"
  7. //----------------------------------------------------------------------------
  8. void alert(LPSTR caption, LPSTR message);
  9. void bugout(char *fmt, ...);
  10. void log(char *fmt, ...);
  11. //------------------------------------------------------------
  12.  
  13.