'\" te .\" Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. .TH libuuid 3LIB "23 Aug 2011" "SunOS 5.11" "Interface Libraries" .SH NAME libuuid \- UUID library .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-luuid\fR [ \fIlibrary\fR... ] #include <\fBuuid/uuid.h\fR> .fi .SH DESCRIPTION .sp .LP The functions in this library perform operations on a universally unique identifier (UUID). .SH INTERFACES .sp .LP The shared object \fBlibuuid.so.1\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object interfaces. .sp .sp .TS tab(); lw(2.75i) lw(2.75i) lw(2.75i) lw(2.75i) . \fBuuid_clear\fR\fBuuid_compare\fR \fBuuid_copy\fR\fBuuid_generate\fR \fBuuid_generate_random\fR\fBuuid_generate_time\fR \fBuuid_is_null\fR\fBuuid_parse\fR \fBuuid_time\fR\fBuuid_unparse\fR .TE .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/libuuid.so.1\fR\fR .ad .RS 24n .rt shared object .RE .sp .ne 2 .mk .na \fB\fB/lib/64/libuuid.so.1\fR\fR .ad .RS 24n .rt 64-bit shared object .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityCommitted _ MT-LevelSafe .TE .SH SEE ALSO .sp .LP \fBIntro\fR(3), \fBuuid_clear\fR(3UUID), \fBattributes\fR(5)