uuid_compare.3.in revision 4eca93be214a4a68e1dff3de508e69d719763aaa
Copyright 1999 Andreas Dilger (adilger@enel.ucalgary.ca)

This man page was created for libuuid.so.1.1 from e2fsprogs-1.14.

This file may be copied under the terms of the GNU Public License.

Created Wed Mar 10 17:42:12 1999, Andreas Dilger
UUID_COMPARE 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
NAME
uuid_compare - compare whether two UUIDs are the same
SYNOPSIS
 #include <uuid/uuid.h>  "int uuid_compare(uuid_t " uu1 ", uuid_t " uu2) 
DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 " and " uu2 to each other.
RETURN VALUE
Returns 1 if the two UUIDs are the same and 0 otherwise.
AUTHOR
uuid_compare was written by Theodore Y. Ts'o for the ext2 filesystem utilties.
AVAILABILITY
uuid_compare is part of libuuid from the e2fsprogs package and is available for anonymous ftp from tsx-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs.
"SEE ALSO"
libuuid (3), uuid_clear (3), uuid_copy (3), uuid_generate (3), uuid_is_null (3)