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_bind(3ncs) - ultrix |
uuid(3) - netbsd |
uuid_dec_be(3) - netbsd |
uuid_dec_le(3) - netbsd |
uuid_enc_be(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH) |
PHP Write Man Pages to MySQL DB |