|
Pyrogenesis
13997
|
#include <crtdefs.h>Go to the source code of this file.
Macros | |
| #define | INT16_MAX 32767 |
| #define | INT16_MIN (-INT16_MAX-1) |
| #define | UINT16_MAX 65536u |
| #define | UINT16_MIN 0u |
| #define | INT32_MAX 2147483647 |
| #define | INT32_MIN (-INT32_MAX-1) |
| #define | UINT32_MAX 4294967295u |
| #define | UINT32_MIN 0u |
| #define | HAVE_SSIZE_T |
| #define | _OFF_T_DEFINED |
| #define | PATH_MAX 256u |
| #define | SIZE_MAX 0xFFFFFFFFFFFFFFFF |
Typedefs | |
| typedef signed char | int8_t |
| typedef short | int16_t |
| typedef long long | int64_t |
| typedef unsigned char | uint8_t |
| typedef unsigned short | uint16_t |
| typedef unsigned int | uint32_t |
| typedef unsigned long long | uint64_t |
| typedef intptr_t | ssize_t |
| typedef __int64 | off_t |
| typedef long | _off_t |
| #define _OFF_T_DEFINED |
Definition at line 93 of file wposix_types.h.
| #define HAVE_SSIZE_T |
Definition at line 84 of file wposix_types.h.
| #define INT16_MAX 32767 |
Definition at line 67 of file wposix_types.h.
| #define INT16_MIN (-INT16_MAX-1) |
Definition at line 68 of file wposix_types.h.
| #define INT32_MAX 2147483647 |
Definition at line 71 of file wposix_types.h.
| #define INT32_MIN (-INT32_MAX-1) |
Definition at line 72 of file wposix_types.h.
| #define PATH_MAX 256u |
Definition at line 101 of file wposix_types.h.
| #define SIZE_MAX 0xFFFFFFFFFFFFFFFF |
Definition at line 108 of file wposix_types.h.
| #define UINT16_MAX 65536u |
Definition at line 69 of file wposix_types.h.
| #define UINT16_MIN 0u |
Definition at line 70 of file wposix_types.h.
| #define UINT32_MAX 4294967295u |
Definition at line 73 of file wposix_types.h.
| #define UINT32_MIN 0u |
Definition at line 74 of file wposix_types.h.
| typedef long _off_t |
Definition at line 92 of file wposix_types.h.
| typedef short int16_t |
Definition at line 38 of file wposix_types.h.
| typedef long long int64_t |
Definition at line 48 of file wposix_types.h.
| typedef signed char int8_t |
Definition at line 37 of file wposix_types.h.
| typedef __int64 off_t |
Definition at line 91 of file wposix_types.h.
| typedef intptr_t ssize_t |
Definition at line 82 of file wposix_types.h.
| typedef unsigned short uint16_t |
Definition at line 52 of file wposix_types.h.
| typedef unsigned int uint32_t |
Definition at line 53 of file wposix_types.h.
| typedef unsigned long long uint64_t |
Definition at line 57 of file wposix_types.h.
| typedef unsigned char uint8_t |
Definition at line 51 of file wposix_types.h.
1.8.5