UUID_CLEAR(3) | 프로그래머 설명서 | UUID_CLEAR(3) |
이름¶
uuid_clear - reset value of UUID variable to the NULL value
개요¶
#include <uuid.h>
void uuid_clear(uuid_t uu);
설명¶
The uuid_clear() function sets the value of the supplied uuid variable uu to the NULL value.
저작자¶
Theodore Y. Ts’o
추가 참조¶
uuid(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
버그 보고¶
<https://github.com/util-linux/util-linux/issues의> 문제 추적 게시판에 버그를 보고하십시오.
가용성¶
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 |