stddef.h

Go to the documentation of this file.
00001 #ifndef I386_STDDEF_H
00002 #define I386_STDDEF_H
00003 
00004 typedef long ptrdiff_t;
00005 typedef unsigned long size_t;
00006 typedef long ssize_t;
00007 
00008 typedef int wchar_t;
00009 typedef unsigned int wint_t;
00010 
00011 #define NULL ((void *)0)
00012 
00013 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
00014 
00015 #endif /* I386_STDDEF_H */

Generated on Mon Dec 29 10:54:06 2008 for coreboot by  doxygen 1.5.5