ReactOS 0.4.16-dev-1049-g378a335
|
#include <crtdefs.h>
Go to the source code of this file.
Macros | |
#define | _INO_T_DEFINED |
#define | _DEV_T_DEFINED |
#define | _OFF_T_DEFINED |
#define | _PID_T_ |
Typedefs | |
typedef unsigned short | _ino_t |
typedef unsigned short | ino_t |
typedef unsigned int | _dev_t |
typedef unsigned int | dev_t |
typedef long | _off_t |
typedef long | off_t |
typedef int | _pid_t |
typedef _pid_t | pid_t |
#define _INO_T_DEFINED |