Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
23 #ifndef GRASSROOTS_WINDOWS_UUID_H
24 #define GRASSROOTS_WINDOWS_UUID_H
void uuid_copy(uuid_t dst, uuid_t src)
int uuid_is_null(uuid_t uu)
int uuid_parse(char *in, uuid_t uu)
void uuid_generate(uuid_t uu)
void uuid_unparse_lower(uuid_t uu, char *out)
void PrintUUID(const UUID *w_p, const char *prefix_s)
#define UUID_RAW_SIZE
The number of bytes required to store the raw data of a UUID.
Definition: uuid_defs.h:39
void uuid_clear(uuid_t uu)
int uuid_compare(uuid_t uu1, uuid_t uu2)
#define GRASSROOTS_UUID_API
Definition: uuid_util_library.h:49
Definition: windows_uuid.h:43