home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue2 / SDL.ARC / !unixlib / source / clib / h / varargs < prev    next >
Encoding:
Text File  |  2004-09-05  |  450 b   |  18 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/gccsdk/unixlib/source/clib/varargs.h,v $
  4.  * $Date: 2003/07/29 23:04:27 $
  5.  * $Revision: 1.4 $
  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.