ultrix man page for uuid_equal

Query: uuid_equal

OS: ultrix

Section: 3ncs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

uuid_equal(3ncs)														  uuid_equal(3ncs)

Name
       uuid_equal - compare two UUIDs

Syntax
       #include <idl/c/uuid.h>

       boolean uuid_$equal(u1, u2)
       uuid_$t *u1;
       uuid_$t *u2;

Arguments
       u1     A UUID.

       u2     Another UUID.

Description
       The routine compares the UUIDs u1 and u2.  It returns `true' if they are equal, `false' if they are not.

Examples
       The following code compares the UUIDs bar_uuid and foo_uuid:
       if (uuid_$equal (&bar_uuid, &foo_uuid))
	   printf ("bar and foo UUIDs are equal
");
       else
	   printf ("bar and foo UUIDs are not equal
");

Files
See Also
       intro(3ncs)

																  uuid_equal(3ncs)
Related Man Pages
rpc_inq_object(3ncs) - ultrix
uuid_compare(3) - netbsd
uuid_create_nil(3) - netbsd
uuid_dec_be(3) - netbsd
uuid_is_nil(3) - netbsd
Similar Topics in the Unix Linux Community
Lost root password / Can't login as root
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB