home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 5.ddi / MWHC.005 / 02 < prev    next >
Encoding:
Text File  |  1992-01-07  |  242 b   |  15 lines

  1. /*
  2.  *   varargs.h -- non-ANSI 
  3.  *
  4.  *   Supplied for compatibility, use stdarg.h.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _VARARGS_H
  10. #define _VARARGS_H
  11.  
  12. #include <stdarg.h>
  13.  
  14. #endif /* _VARARGS_H */
  15.