1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-16 19:04:45 +00:00
QB64-PE/internal/c/mingw32/lib/gcc/i686-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