Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stdarg.h « include « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90a2d95a04a5c489aa9d56f0e3ba54efab5aa817 (plain)
1
2
3
4
5
6
7
/*
 * This is just an RC_INVOKED guard for the real stdarg.h
 * fixincluded in gcc system dir. One day we will delete this file.
 */
#ifndef RC_INVOKED
#include_next<stdarg.h>
#endif