uuid_equal(3ncs) ultrix man page | unix.com

Man Page: uuid_equal

Operating Environment: ultrix

Section: 3ncs

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
uuid_dec_le(3) - netbsd
uuid_enc_be(3) - netbsd
uuid_enc_le(3) - netbsd
uuid_equal(3) - netbsd
uuid_is_nil(3) - netbsd
Similar Topics in the Unix Linux Community
How do you detect keystrokes in canonical mode?
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB