Scroll to navigation

UUID_COMPARE(3) 프로그래머 설명서 UUID_COMPARE(3)

이름

uuid_compare - compare whether two UUIDs are the same

개요

#include <uuid.h>

int uuid_compare(const uuid_t uu1, const uuid_t uu2)

설명

The uuid_compare() function compares the two supplied uuid variables uu1 and uu2 to each other.

반환 값

Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less than, equal, or greater than uu2.

저작자

Theodore Y. Ts’o

추가 참조

uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3)

가용성

libuuid 라이브러리는 2.15.1 버전부터 util-linux 패키지의 일부입니다. Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>에서 다운로드할 수 있습니다.

2025-01-14 util-linux 2.40.4