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

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