home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / prbgi097.zip / C.ZIP / OUTMSG.H < prev    next >
C/C++ Source or Header  |  1992-12-15  |  262b  |  11 lines

  1. #ifdef __cplusplus
  2.    extern "C" {
  3. #endif
  4.  
  5. void  far pascal Outmsg( const char far *msg1, const char far *msg2,
  6.                          void far* far* imagePtr );
  7. void  far pascal CloseOutmsg( void far* far* imagePtr );
  8. #ifdef __cplusplus
  9.    }
  10. #endif
  11.