home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 6.ddi / MWHC.006 / B0 < prev    next >
Encoding:
Text File  |  1992-12-09  |  247 b   |  11 lines

  1. /*
  2.  *   varargs.h -- extra-ANSI 
  3.  *
  4.  *   Some UNIX systems use varargs.h instead of stdarg.h. 
  5.  *   The ANSI standard mandates stdarg.h, for consistency.
  6.  *
  7.  *           Copyright (c) 1990, MetaWare Incorporated
  8.  */
  9.  
  10. #include <stdarg.h>
  11.