1UUID_CLEAR(3)                 Programmers Manual                 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
15       uu to the NULL value.
16

AUTHORS

18       Theodore Y. Ts’o
19

SEE ALSO

21       uuid(3), uuid_compare(3), uuid_copy(3), uuid_generate(3),
22       uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
23

REPORTING BUGS

25       For bug reports, use the issue tracker at
26       https://github.com/util-linux/util-linux/issues.
27

AVAILABILITY

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.39.2                 2023-06-14                     UUID_CLEAR(3)
Impressum