ReactOS 0.4.17-dev-482-g1b46029
types.h File Reference
#include <corecrt.h>
Include dependency graph for types.h:

Go to the source code of this file.

Macros

#define _DEV_T_DEFINED
 
#define _INO_T_DEFINED
 
#define _MODE_T_DEFINED
 
#define _OFF_T_DEFINED
 
#define _BSDTYPES_DEFINED
 
#define dev_t   _dev_t
 
#define ino_t   _ino_t
 
#define mode_t   _mode_t
 
#define off_t   _off_t
 
#define _PID_T_DEFINED
 
#define _SSIZE_T_DEFINED
 

Typedefs

typedef unsigned int _dev_t
 
typedef unsigned short _ino_t
 
typedef unsigned short _mode_t
 
typedef int _off_t
 
typedef unsigned char u_char
 
typedef unsigned short u_short
 
typedef unsigned int u_int
 
typedef __msvcrt_ulong u_long
 
typedef int pid_t
 
typedef int ssize_t
 

Macro Definition Documentation

◆ _BSDTYPES_DEFINED

#define _BSDTYPES_DEFINED

Definition at line 54 of file types.h.

◆ _DEV_T_DEFINED

#define _DEV_T_DEFINED

Definition at line 31 of file types.h.

◆ _INO_T_DEFINED

#define _INO_T_DEFINED

Definition at line 36 of file types.h.

◆ _MODE_T_DEFINED

#define _MODE_T_DEFINED

Definition at line 41 of file types.h.

◆ _OFF_T_DEFINED

#define _OFF_T_DEFINED

Definition at line 46 of file types.h.

◆ _PID_T_DEFINED

#define _PID_T_DEFINED

Definition at line 64 of file types.h.

◆ _SSIZE_T_DEFINED

#define _SSIZE_T_DEFINED

Definition at line 73 of file types.h.

◆ dev_t

Definition at line 57 of file types.h.

◆ ino_t

Definition at line 58 of file types.h.

◆ mode_t

Definition at line 59 of file types.h.

◆ off_t

Definition at line 60 of file types.h.

Typedef Documentation

◆ _dev_t

typedef unsigned int _dev_t

Definition at line 29 of file types.h.

◆ _ino_t

Definition at line 35 of file types.h.

◆ _mode_t

Definition at line 40 of file types.h.

◆ _off_t

typedef int _off_t

Definition at line 45 of file types.h.

◆ pid_t

typedef int pid_t

Definition at line 63 of file types.h.

◆ ssize_t

typedef int ssize_t

Definition at line 71 of file types.h.

◆ u_char

typedef unsigned char u_char

Definition at line 50 of file types.h.

◆ u_int

typedef unsigned int u_int

Definition at line 52 of file types.h.

◆ u_long

Definition at line 53 of file types.h.

◆ u_short

Definition at line 51 of file types.h.