Interface Libraries libuuid(3LIB)
NAME
libuuid - UID library
SYNOPSIS
cc [ flag... ] file... -luuid [ library... ]
#include
DESCRIPTION
The functions in this library perform operations on a
universally unique identifier (UID).
INTERFACES
The shared object libuuid.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
uuidclear uuidcompare
uuidcopy uuidgenerate
uuidgeneraterandom uuidgeneratetime
uuidisnull uuidparse
uuidtime uuidunparse
FILES
/lib/libuuid.so.1 shared object
/lib/64/libuuid.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 24 Mar 2004 1
Interface Libraries libuuid(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Committed
MT-Level Safe
SEE ALSO
Intro(3), uuidclear(3UID), attributes(5)
SunOS 5.11 Last change: 24 Mar 2004 2
|