1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-19 01:34:58 +00:00
QB64-PE/internal/c/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/varargs.h

8 lines
139 B
C
Raw Normal View History

2019-01-01 11:40:38 +00:00
#ifndef _VARARGS_H
#define _VARARGS_H
#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."
#endif