Interface Libraries libuuid(3LIB)
NAME
libuuid - UUID library
SYNOPSIS
cc [ flag... ] file... -luuid [ library... ]
#include
DESCRIPTION
The functions in this library perform operations on a universally unique identifier (UUID). INTERFACESThe shared object libuuid.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information on shared object interfaces.uuid_clear uuid_compare
uuid_copy uuid_generate
uuid_generate_random uuid_generate_time
uuid_is_null uuid_parse
uuid_time uuid_unparse
FILES/lib/libuuid.so.1 shared object
/lib/64/libuuid.so.1 64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 24 Mar 2004 1
Interface Libraries libuuid(3LIB)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library (32-bit) |
|_____________________________|_____________________________|
| | SUNWcslx (64-bit) |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
Intro(3), uuid_clear(3UUID), attributes(5)
SunOS 5.11 Last change: 24 Mar 2004 2