1UUID_COPY(3)                      Libuuid API                     UUID_COPY(3)
2
3
4

NAME

6       uuid_copy - copy a UUID value
7

SYNOPSIS

9       #include <uuid.h>
10
11       void uuid_copy(uuid_t dst, uuid_t src);
12

DESCRIPTION

14       The uuid_copy function copies the UUID variable src to dst.
15

RETURN VALUE

17       The copied UUID is returned in the location pointed to by dst.
18

AUTHORS

20       Theodore Y. Ts'o
21

SEE ALSO

23       uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3),
24       uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
25

AVAILABILITY

27       libuuid is part of the util-linux package since version 2.15.1  and  is
28       available from https://www.kernel.org/pub/linux/utils/util-linux/.
29
30
31
32util-linux                         May 2009                       UUID_COPY(3)
Impressum