home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
H4CK3R 14
/
hacker14.iso
/
programacao
/
cwin
/
c.exe
/
$INSTDIR
/
include
/
stddef.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2003-12-15
|
184 b
|
8 lines
/*
* This is just an RC_INVOKED guard for the real stddef.h
* fixincluded in gcc system dir. One day we will delete this file.
*/
#ifndef RC_INVOKED
#include_next<stddef.h>
#endif