Go to the source code of this file.
Defines | |
| #define | _UUID_TYPES_H |
Typedefs | |
| typedef unsigned char | __u8 |
| typedef signed char | __s8 |
| typedef signed long long | __s64 |
| typedef unsigned long long | __u64 |
| typedef short | __s16 |
| typedef unsigned short | __u16 |
| typedef int | __s32 |
| typedef unsigned int | __u32 |
| #define _UUID_TYPES_H |
Definition at line 8 of file uuid_types.h.
| typedef short __s16 |
Definition at line 32 of file uuid_types.h.
| typedef int __s32 |
Definition at line 39 of file uuid_types.h.
| typedef signed long long __s64 |
Definition at line 23 of file uuid_types.h.
| typedef signed char __s8 |
Definition at line 11 of file uuid_types.h.
| typedef unsigned short __u16 |
Definition at line 33 of file uuid_types.h.
| typedef unsigned int __u32 |
Definition at line 40 of file uuid_types.h.
| typedef unsigned long long __u64 |
Definition at line 25 of file uuid_types.h.
| typedef unsigned char __u8 |
Definition at line 10 of file uuid_types.h.
1.6.1