toolchain/lib/gcc/x86_64-linux-musl/12.2.0/include/varargs.h

8 lines
139 B
C
Raw Normal View History

2022-12-05 16:58:59 -05:00
#ifndef _VARARGS_H
#define _VARARGS_H
#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."
#endif