1UUID_COPY(3) Programmers Manual UUID_COPY(3)
2
3
4
6 uuid_copy - copy a UUID value
7
9 #include <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 uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3),
24 uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
25
27 For bug reports, use the issue tracker at
28 https://github.com/util-linux/util-linux/issues.
29
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.39.2 2023-06-14 UUID_COPY(3)