Software APIs
Data Structures | Macros | Typedefs
stddef.h File Reference

(ae68723)

C library Common definitions (Freestanding) More...

#include <stdalign.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  max_align_t
 

Macros

#define NULL
 
#define offsetof(type, member)
 

Typedefs

typedef __PTRDIFF_TYPE__ ptrdiff_t
 
typedef __SIZE_TYPE__ size_t
 
typedef __WCHAR_TYPE__ wchar_t
 

Detailed Description

C library Common definitions (Freestanding)

This header implements the stdint.h standard header, as required by C11 S4p6. This header is specified in detail in S7.19 of the same.

See https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md for the RISC-V specifics this file conforms to.

Definition in file stddef.h.