iPXE
Macros | Typedefs | Functions
stdint.h File Reference
#include <bits/stdint.h>

Go to the source code of this file.

Macros

#define __SIZE_TYPE__   unsigned long /* safe choice on most systems */
 

Typedefs

typedef int8_t s8
 
typedef uint8_t u8
 
typedef int16_t s16
 
typedef uint16_t u16
 
typedef int32_t s32
 
typedef uint32_t u32
 
typedef int64_t s64
 
typedef uint64_t u64
 
typedef int8_t int8
 
typedef uint8_t uint8
 
typedef int16_t int16
 
typedef uint16_t uint16
 
typedef int32_t int32
 
typedef uint32_t uint32
 
typedef int64_t int64
 
typedef uint64_t uint64
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Macro Definition Documentation

◆ __SIZE_TYPE__

#define __SIZE_TYPE__   unsigned long /* safe choice on most systems */

Definition at line 13 of file stdint.h.

Typedef Documentation

◆ s8

typedef int8_t s8

Definition at line 18 of file stdint.h.

◆ u8

typedef uint8_t u8

Definition at line 19 of file stdint.h.

◆ s16

typedef int16_t s16

Definition at line 20 of file stdint.h.

◆ u16

typedef uint16_t u16

Definition at line 21 of file stdint.h.

◆ s32

typedef int32_t s32

Definition at line 22 of file stdint.h.

◆ u32

typedef uint32_t u32

Definition at line 23 of file stdint.h.

◆ s64

typedef int64_t s64

Definition at line 24 of file stdint.h.

◆ u64

typedef uint64_t u64

Definition at line 25 of file stdint.h.

◆ int8

typedef int8_t int8

Definition at line 27 of file stdint.h.

◆ uint8

typedef uint8_t uint8

Definition at line 28 of file stdint.h.

◆ int16

typedef int16_t int16

Definition at line 29 of file stdint.h.

◆ uint16

typedef uint16_t uint16

Definition at line 30 of file stdint.h.

◆ int32

typedef int32_t int32

Definition at line 31 of file stdint.h.

◆ uint32

typedef uint32_t uint32

Definition at line 32 of file stdint.h.

◆ int64

typedef int64_t int64

Definition at line 33 of file stdint.h.

◆ uint64

typedef uint64_t uint64

Definition at line 34 of file stdint.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )