- unstable 2.40.3-1
UUID_COPY(3) | 프로그래머 설명서 | UUID_COPY(3) |
이름¶
uuid_copy - copy a UUID value
개요¶
#include <uuid.h>
void uuid_copy(uuid_t dst, const uuid_t src);
설명¶
The uuid_copy() function copies the UUID variable src to dst.
반환 값¶
The copied UUID is returned in the location pointed to by dst.
저작자¶
Theodore Y. Ts’o
추가 참조¶
uuid(3), uuid_clear(3), uuid_compare(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-09 | util-linux 2.40.3 |