uuid_compare (3) Linux Manual Page
uuid_compare – compare whether two UUIDs are the same Synopsis #include <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 an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less…
