toolchain/lib/gcc/x86_64-linux-musl/12.2.0/include/varargs.h
lw-everestlinux 0f60cb847b init
2022-12-05 16:58:59 -05:00

8 lines
139 B
C

#ifndef _VARARGS_H
#define _VARARGS_H
#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."
#endif