home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !gcc / include / unixlib / h / varargs < prev    next >
Encoding:
Text File  |  2006-09-17  |  450 b   |  18 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/gccsdk/unixlib/source/clib/varargs.h,v $
  4.  * $Date: 2002/09/24 21:02:37 $
  5.  * $Revision: 1.3 $
  6.  * $State: Exp $
  7.  * $Author: admin $
  8.  *
  9.  ***************************************************************************/
  10.  
  11. #ifndef __VARARGS_H
  12. #define __VARARGS_H
  13.  
  14. #error "<varargs.h> is obsolete"
  15. #error "Revise your code to use <stdarg.h>"
  16.  
  17. #endif
  18.