home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / modhead1.zip / C_WRAPL.H < prev    next >
C/C++ Source or Header  |  1995-09-17  |  355b  |  10 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. #pragma off(som_bindings);    // No SOM bindings for structs found below.
  9. #endif
  10.