stddef.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <sys/_null.h>
#include <sys/_types.h>

Go to the source code of this file.


Defines

#define  offsetof(type, member)   __offsetof(type, member)

Typedefs

typedef __ptrdiff_t  ptrdiff_t
typedef __size_t  size_t
typedef __wchar_t  wchar_t

Define Documentation

#define offsetof type,
member   )     __offsetof(type, member)
 

Typedef Documentation

typedef __ptrdiff_t ptrdiff_t
 
typedef __size_t size_t
 
typedef __wchar_t wchar_t
 

Copyright © Nokia Corporation 2001-2008
Back to top