tinycc/include/varargs.h

13 lines
355 B
C
Raw Permalink Normal View History

2009-07-18 20:06:37 +00:00
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
2002-11-24 15:59:16 +00:00
#ifndef _VARARGS_H
#define _VARARGS_H
2009-07-18 20:06:37 +00:00
#error "TinyCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."
2002-11-24 15:59:16 +00:00
#endif