1libuuid(3LIB) Interface Libraries libuuid(3LIB)
2
3
4
6 libuuid - UUID library
7
9 cc [ flag... ] file... -luuid [ library... ]
10 #include <uuid/uuid.h>
11
12
14 The functions in this library perform operations on a universally
15 unique identifier (UUID).
16
18 The shared object libuuid.so.1 provides the public interfaces defined
19 below. See Intro(3) for additional information on shared object inter‐
20 faces.
21
22
23
24
25 uuid_clear uuid_compare
26 uuid_copy uuid_generate
27 uuid_generate_random uuid_generate_time
28 uuid_is_null uuid_parse
29 uuid_time uuid_unparse
30
31
33 /lib/libuuid.so.1 shared object
34
35
36 /lib/64/libuuid.so.1 64-bit shared object
37
38
40 See attributes(5) for descriptions of the following attributes:
41
42
43
44
45 ┌─────────────────────────────┬─────────────────────────────┐
46 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
47 ├─────────────────────────────┼─────────────────────────────┤
48 │Availability │SUNWcsl (32-bit) │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │ │SUNWcslx (64-bit) │
51 ├─────────────────────────────┼─────────────────────────────┤
52 │Interface Stability │Committed │
53 ├─────────────────────────────┼─────────────────────────────┤
54 │MT-Level │Safe │
55 └─────────────────────────────┴─────────────────────────────┘
56
58 Intro(3), uuid_clear(3UUID), attributes(5)
59
60
61
62SunOS 5.11 24 Mar 2004 libuuid(3LIB)