1UUID_COPY(3) Library Functions Manual 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 http://e2fsprogs.sourceforge.net/ ⟨http://e2fsprogs.sourceforge.net/⟩
24
26 uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3),
27 uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
28
29
30
31E2fsprogs version 1.40.2 July 2007 UUID_COPY(3)