iPXE
Typedefs | Functions
stdint.h File Reference

Go to the source code of this file.

Typedefs

typedef __SIZE_TYPE__ size_t
 
typedef signed long ssize_t
 
typedef signed long off_t
 
typedef unsigned char uint8_t
 
typedef unsigned short uint16_t
 
typedef unsigned int uint32_t
 
typedef unsigned long long uint64_t
 
typedef signed char int8_t
 
typedef signed short int16_t
 
typedef signed int int32_t
 
typedef signed long long int64_t
 
typedef unsigned long physaddr_t
 
typedef unsigned long intptr_t
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Typedef Documentation

◆ size_t

Definition at line 6 of file stdint.h.

◆ ssize_t

typedef signed long ssize_t

Definition at line 7 of file stdint.h.

◆ off_t

typedef signed long off_t

Definition at line 8 of file stdint.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 10 of file stdint.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 11 of file stdint.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 12 of file stdint.h.

◆ uint64_t

typedef unsigned long long uint64_t

Definition at line 13 of file stdint.h.

◆ int8_t

typedef signed char int8_t

Definition at line 15 of file stdint.h.

◆ int16_t

typedef signed short int16_t

Definition at line 16 of file stdint.h.

◆ int32_t

typedef signed int int32_t

Definition at line 17 of file stdint.h.

◆ int64_t

typedef signed long long int64_t

Definition at line 18 of file stdint.h.

◆ physaddr_t

typedef unsigned long physaddr_t

Definition at line 20 of file stdint.h.

◆ intptr_t

typedef unsigned long intptr_t

Definition at line 21 of file stdint.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )