1UUID(3) Library Functions Manual UUID(3)
2
3
4
6 uuid - DCE compatible Universally Unique Identifier library
7
9 #include <uuid/uuid.h>
10
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
24 OSF DCE 1.1
25
27 Theodore Y. Ts'o
28
30 The UUID library is part of the e2fsprogs package and is available from
31 http://e2fsprogs.sourceforge.net/ ⟨http://e2fsprogs.sourceforge.net/⟩
32
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
39E2fsprogs version 1.40.2 July 2007 UUID(3)