coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
stddef.h File Reference
Include dependency graph for stddef.h:

Go to the source code of this file.

Macros

#define unsigned   signed
 
#define NULL   ((void *)0)
 
#define DEVTREE_EARLY   1
 
#define DEVTREE_CONST   const
 
#define MAYBE_STATIC_NONZERO
 

Typedefs

typedef __PTRDIFF_TYPE__ ptrdiff_t
 
typedef __SIZE_TYPE__ size_t
 
typedef __SIZE_TYPE__ ssize_t
 
typedef __WCHAR_TYPE__ wchar_t
 
typedef __WINT_TYPE__ wint_t
 

Variables

char zeroptr []
 

Macro Definition Documentation

◆ DEVTREE_CONST

#define DEVTREE_CONST   const

Definition at line 30 of file stddef.h.

◆ DEVTREE_EARLY

#define DEVTREE_EARLY   1

Definition at line 24 of file stddef.h.

◆ MAYBE_STATIC_NONZERO

#define MAYBE_STATIC_NONZERO

Definition at line 38 of file stddef.h.

◆ NULL

#define NULL   ((void *)0)

Definition at line 19 of file stddef.h.

◆ unsigned

#define unsigned   signed

Definition at line 12 of file stddef.h.

Typedef Documentation

◆ ptrdiff_t

typedef __PTRDIFF_TYPE__ ptrdiff_t

Definition at line 6 of file stddef.h.

◆ size_t

typedef __SIZE_TYPE__ size_t

Definition at line 7 of file stddef.h.

◆ ssize_t

typedef __SIZE_TYPE__ ssize_t

Definition at line 13 of file stddef.h.

◆ wchar_t

typedef __WCHAR_TYPE__ wchar_t

Definition at line 16 of file stddef.h.

◆ wint_t

typedef __WINT_TYPE__ wint_t

Definition at line 17 of file stddef.h.

Variable Documentation

◆ zeroptr

char zeroptr[]
extern