1UUID_COPY(3)                  Programmer's Manual                 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

REPORTING BUGS

27       For bug reports, use the issue tracker at
28       https://github.com/karelzak/util-linux/issues.
29

AVAILABILITY

31       The libuuid library is part of the util-linux package since version
32       2.15.1. It can be downloaded from Linux Kernel Archive
33       <https://www.kernel.org/pub/linux/utils/util-linux/>.
34
35
36
37util-linux 2.37.2                 2021-06-02                      UUID_COPY(3)
Impressum