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

NAME

6       uuid - DCE compatible Universally Unique Identifier library
7

SYNOPSIS

9       #include <uuid.h>
10

DESCRIPTION

12       The  UUID  library  is  used to generate unique identifiers for objects
13       that may be accessible beyond the local system.  This library generates
14       UUIDs  compatible  with  those  created by the Open Software Foundation
15       (OSF) Distributed Computing Environment (DCE) utility uuidgen.
16
17       The UUIDs generated by this library can be reasonably  expected  to  be
18       unique  within  a system, and unique across all systems.  They could be
19       used, for instance, to generate unique HTTP cookies across multiple web
20       servers  without communication between the servers, and without fear of
21       a name clash.
22

CONFORMING TO

24       OSF DCE 1.1
25

AUTHOR

27       Theodore Y. Ts'o
28

AVAILABILITY

30       libuuid is part of the util-linux package since version 2.15.1  and  is
31       available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
32

SEE ALSO

34       uuid_clear(3),    uuid_compare(3),    uuid_copy(3),   uuid_generate(3),
35       uuid_is_null(3), uuid_parse(3), uuid_time(3), uuid_unparse(3)
36
37
38
39util-linux                         May 2009                            UUID(3)
Impressum