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)
버그 보고
For bug reports, use the issue tracker 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-03-29 | util-linux 2.41 |