1UUID_CLEAR(3)                     Libuuid API                    UUID_CLEAR(3)
2
3
4

NAME

6       uuid_clear - reset value of UUID variable to the NULL value
7

SYNOPSIS

9       #include <uuid.h>
10
11       void uuid_clear(uuid_t uu);
12

DESCRIPTION

14       The uuid_clear function sets the value of the supplied uuid variable uu
15       to the NULL value.
16

AUTHOR

18       Theodore Y. Ts'o
19

AVAILABILITY

21       libuuid is part of the util-linux package since version 2.15.1  and  is
22       available from https://www.kernel.org/pub/linux/utils/util-linux/.
23

SEE ALSO

25       uuid(3), uuid_compare(3), uuid_copy(3), uuid_generate(3),
26       uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
27
28
29
30util-linux                         May 2009                      UUID_CLEAR(3)
Impressum