home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNU_1OF3.ZIP / HEADERS.ZIP / g++-include / stdarg.h < prev    next >
C/C++ Source or Header  |  1992-02-15  |  169b  |  13 lines

  1. #ifndef __libgxx_stdarg_h
  2.  
  3. extern "C" {
  4. #ifdef __stdarg_h_recursive
  5. #include_next <stdarg.h>
  6. #else
  7. #include_next <stdarg.h>
  8.  
  9. #define __libgxx_stdarg_h 1
  10. #endif
  11. }
  12. #endif
  13.