home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / disk / Misc / dd / dossupport.h < prev    next >
C/C++ Source or Header  |  1991-11-29  |  220b  |  13 lines

  1. /*
  2.  * dossupport.h - miscellaneous support functions prototypes
  3.  *
  4.  * Bruno Costa - 30 Nov 91 - 30 Nov 91
  5.  */
  6.  
  7. #define ON  1
  8. #define OFF 0
  9.  
  10. LONG Printf (char *format, ...);
  11. BSTR bstr (char *str);
  12. char *cstr (BSTR bstr);
  13.