1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-18 20:55:09 +00:00
qb64/internal/c/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/varargs.h
2019-01-01 22:40:38 +11:00

7 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