home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / ansi / stdarg.h < prev    next >
C/C++ Source or Header  |  1991-10-01  |  217b  |  12 lines

  1. #ifndef _ANSI_STDARG_H_
  2. #define _ANSI_STDARG_H_
  3.  
  4. /* BSD compatibility: if <varargs.h> seen, don't redefine per ANSI */
  5. #ifndef __VARARGS__
  6.  
  7. #include <ansi/machine/stdarg.h>
  8.  
  9. #endif __VARARGS__
  10.  
  11. #endif _ANSI_STDARG_H_
  12.