os_types.h File Reference
Go to the source code of this file.
Typedefs | |
| typedef char | int8_t |
| typedef unsigned char | uint8_t |
| typedef unsigned int | uint32_t |
| typedef int | int32_t |
| typedef unsigned short | uint16_t |
| typedef unsigned __int64 | uint64_t |
| typedef int | result_t |
Typedef Documentation
| typedef int int32_t |
Definition at line 37 of file os_types.h.
| typedef char int8_t |
Definition at line 34 of file os_types.h.
| typedef int result_t |
Definition at line 43 of file os_types.h.
| typedef unsigned short uint16_t |
Definition at line 38 of file os_types.h.
| typedef unsigned int uint32_t |
Definition at line 36 of file os_types.h.
| typedef unsigned __int64 uint64_t |
Definition at line 39 of file os_types.h.
| typedef unsigned char uint8_t |
Definition at line 35 of file os_types.h.