ReactOS 0.4.15-dev-7942-gd23573b
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned long __u32
 
typedef signed long __s32
 
typedef unsigned short int __u16
 
typedef signed short int __s16
 
typedef unsigned char __u8
 

Typedef Documentation

◆ __s16

typedef signed short int __s16

Definition at line 6 of file types.h.

◆ __s32

typedef signed long __s32

Definition at line 4 of file types.h.

◆ __u16

Definition at line 5 of file types.h.

◆ __u32

typedef unsigned long __u32

Definition at line 3 of file types.h.

◆ __u8

typedef unsigned char __u8

Definition at line 7 of file types.h.