1UUID_CLEAR(3) Libuuid API 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 uu
15 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 libuuid is part of the util-linux package since version 2.15.1 and is
26 available from https://www.kernel.org/pub/linux/utils/util-linux/.
27
28
29
30util-linux May 2009 UUID_CLEAR(3)