home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / include / stdarg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-12-15  |  183 b   |  8 lines

  1. /*
  2.  * This is just an RC_INVOKED guard for the real stdarg.h
  3.  * fixincluded in gcc system dir. One day we will delete this file.
  4.  */
  5. #ifndef RC_INVOKED
  6. #include_next<stdarg.h>
  7. #endif
  8.