Whamcloud - gitweb
ChangeLog, copy.c, gen_uuid.c, tst_uuid.c, uuid_time.c:
[tools/e2fsprogs.git] / lib / uuid / uuid_clear.3.in
1 .\" Copyright 1999 Andreas Dilger (adilger@enel.ucalgary.ca)
2 .\"
3 .\" This man page was created for libuuid.so.1.1 from e2fsprogs-1.14.
4 .\" 
5 .\" This file may be copied under the terms of the GNU Public License.
6 .\" 
7 .\" Created  Wed Mar 10 17:42:12 1999, Andreas Dilger
8 .TH UUID_CLEAR 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
9 .SH NAME
10 uuid_clear \- reset value of UUID variable to the NULL value
11 .SH SYNOPSIS
12 .nf
13 .B #include <uuid/uuid.h>
14 .sp
15 .BI "void uuid_clear(uuid_t " uu );
16 .fi
17 .SH DESCRIPTION
18 The
19 .B uuid_clear
20 function sets the value of the supplied uuid variable
21 .I uu
22 to the NULL value.
23 .SH AUTHOR
24 .B uuid_clear
25 was written by Theodore Y. Ts'o for the ext2 filesystem utilties.
26 .SH AVAILABILITY
27 .B uuid_clear
28 is part of libuuid from the e2fsprogs package and is available for anonymous
29 ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs.
30 .SH "SEE ALSO"
31 .BR libuuid (3),
32 .BR uuid_compare (3),
33 .BR uuid_copy (3),
34 .BR uuid_generate (3),
35 .BR uuid_is_null (3)