#include <nlibc.h>
Include dependency graph for stddef.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | NULL ((void *)0) |
#define | TRUE 1 |
#define | FALSE 0 |
#define | offsetof(type, field) ((size_t) &(((type *) 0)->field) * 16) |
Typedefs | |
typedef long | ptrdiff_t |
typedef unsigned long | size_t |
typedef int | wchar_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|