1UUID_CLEAR(3) Programmer's Manual UUID_CLEAR(3)
2
3
4
6 uuid_clear - reset value of UUID variable to the NULL value
7
9 #include <uuid.h>
10
11 void uuid_clear(uuid_t uu);
12
14 The uuid_clear() function sets the value of the supplied uuid variable
15 uu to the NULL value.
16
18 Theodore Y. Ts’o
19
21 uuid(3), uuid_compare(3), uuid_copy(3), uuid_generate(3),
22 uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
23
25 For bug reports, use the issue tracker at
26 https://github.com/util-linux/util-linux/issues.
27
29 The libuuid library is part of the util-linux package since version
30 2.15.1. It can be downloaded from Linux Kernel Archive
31 <https://www.kernel.org/pub/linux/utils/util-linux/>.
32
33
34
35util-linux 2.38.1 2022-05-11 UUID_CLEAR(3)