geos/opt/lib/gcc/i686-elf/13.2.0/include/varargs.h

8 lines
139 B
C
Raw Normal View History

2024-03-26 15:15:06 +01:00
#ifndef _VARARGS_H
#define _VARARGS_H
#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."
#endif