home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April (DVD) / PCWorld_2008-04_DVD.iso / temadvd / devc++ / devcpp-4.9.9.2_setup.exe / varargs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-01-29  |  139 b   |  8 lines

  1. #ifndef _VARARGS_H
  2. #define _VARARGS_H
  3.  
  4. #error "GCC no longer implements <varargs.h>."
  5. #error "Revise your code to use <stdarg.h>."
  6.  
  7. #endif
  8.