2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBUUID 3LIB "Mar 24, 2004"
8 libuuid \- UUID library
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-luuid\fR [ \fIlibrary\fR... ]
13 #include <\fBuuid/uuid.h\fR>
19 The functions in this library perform operations on a universally unique
24 The shared object \fBlibuuid.so.1\fR provides the public interfaces defined
25 below. See \fBIntro\fR(3) for additional information on shared object
33 \fBuuid_clear\fR \fBuuid_compare\fR
34 \fBuuid_copy\fR \fBuuid_generate\fR
35 \fBuuid_generate_random\fR \fBuuid_generate_time\fR
36 \fBuuid_is_null\fR \fBuuid_parse\fR
37 \fBuuid_time\fR \fBuuid_unparse\fR
44 \fB\fB/lib/libuuid.so.1\fR\fR
53 \fB\fB/lib/64/libuuid.so.1\fR\fR
62 See \fBattributes\fR(5) for descriptions of the following attributes:
70 ATTRIBUTE TYPE ATTRIBUTE VALUE
72 Interface Stability Committed
80 \fBIntro\fR(3), \fBuuid_clear\fR(3UUID), \fBattributes\fR(5)