Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also
cc [ flag... ] file... -luuid [ library... ] #include <uuid/uuid.h>
The functions in this library perform operations on a universally unique identifier (UUID).
The shared object libuuid.so.1 provides the public interfaces 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 |
See attributes(5) for descriptions of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|---|---|
|
Availability |
SUNWcsl (32–bit) |
|
SUNWcslx (64–bit) |
|
|
Interface Stability |
Committed |
|
MT-Level |
Safe |
Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also