#include <sys/types.h>
#include <sys/time.h>
#include <sys/sysinfo.h>
Go to the source code of this file.
Classes | |
struct | _uuid__t |
struct | uuid_node_t |
Defines | |
#define | unsigned64_t unsigned long long |
#define | I64(C) C##LL |
Typedefs | |
typedef unsigned long | unsigned32 |
typedef unsigned short | unsigned16 |
typedef unsigned char | unsigned8 |
typedef unsigned char | byte |
typedef struct _uuid__t | uuid__t |
typedef unsigned64_t | uuid_time_t |
Functions | |
int | uuid_create (uuid__t *uuid) |
#define I64 | ( | C | ) | C##LL |
Definition at line 44 of file uuid_helper.h.
#define unsigned64_t unsigned long long |
Definition at line 43 of file uuid_helper.h.
typedef unsigned char byte |
Definition at line 28 of file uuid_helper.h.
typedef unsigned short unsigned16 |
Definition at line 26 of file uuid_helper.h.
typedef unsigned long unsigned32 |
Definition at line 25 of file uuid_helper.h.
typedef unsigned char unsigned8 |
Definition at line 27 of file uuid_helper.h.
typedef unsigned64_t uuid_time_t |
Definition at line 48 of file uuid_helper.h.