1UUID_COPY(3) Libuuid API UUID_COPY(3)
2
3
4
6 uuid_copy - copy a UUID value
7
9 #include <uuid/uuid.h>
10
11 void uuid_copy(uuid_t dst, uuid_t src);
12
14 The uuid_copy function copies the UUID variable src to dst.
15
17 The copied UUID is returned in the location pointed to by dst.
18
20 Theodore Y. Ts'o
21
23 libuuid is part of the util-linux-ng package since version 2.15.1 and
24 is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
25
27 uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3),
28 uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
29
30
31
32util-linux-ng May 2009 UUID_COPY(3)