home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / E < prev    next >
Encoding:
Text File  |  1992-02-24  |  282 b   |  9 lines

  1. /* Open a C header file with this. */
  2. /* This is used for including /usr/include files on UNIX systems that
  3.  * do not have C++ support in the header files.
  4.  */
  5. #ifdef __CPLUSPLUS__
  6. extern "C" {
  7. pragma off(empty_is_void);    // () means any number of parms can be given.
  8. #endif
  9.