ReactOS 0.4.15-dev-7788-g1ad9096
platform.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef char int8
 
typedef short int16
 
typedef long int32
 
typedef long long int64
 
typedef unsigned char uint8
 
typedef unsigned short uint16
 
typedef unsigned long uint32
 
typedef unsigned long long uint64
 
typedef uint32 lba_t
 

Typedef Documentation

◆ int16

typedef short int16

Definition at line 11 of file platform.h.

◆ int32

typedef long int32

Definition at line 12 of file platform.h.

◆ int64

typedef long long int64

Definition at line 13 of file platform.h.

◆ int8

typedef char int8

Definition at line 10 of file platform.h.

◆ lba_t

typedef uint32 lba_t

Definition at line 20 of file platform.h.

◆ uint16

Definition at line 16 of file platform.h.

◆ uint32

typedef unsigned long uint32

Definition at line 17 of file platform.h.

◆ uint64

Definition at line 18 of file platform.h.

◆ uint8

typedef unsigned char uint8

Definition at line 15 of file platform.h.