скопировать значение UUID (copy a UUID value)
Имя (Name)
uuid_copy - copy a UUID value
Синопсис (Synopsis)
#include <uuid.h>
void uuid_copy(uuid_t
dst, uuid_t
src;
Описание (Description)
The uuid_copy
() function copies the UUID variable src to dst.
Возвращаемое значение (Return value)
The copied UUID is returned in the location pointed to by dst.