home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
disk
/
Misc
/
dd
/
dossupport.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-29
|
220b
|
13 lines
/*
* dossupport.h - miscellaneous support functions prototypes
*
* Bruno Costa - 30 Nov 91 - 30 Nov 91
*/
#define ON 1
#define OFF 0
LONG Printf (char *format, ...);
BSTR bstr (char *str);
char *cstr (BSTR bstr);