UUID_COPY(3) Manual del programador UUID_COPY(3) NOMBRE uuid_copy - copia un valor de UUID SINOPSIS #include void uuid_copy(uuid_t dst, const uuid_t src); DESCRIPCION La funcion uuid_copy() copia la variable UUID src en dst. VALOR DEVUELTO El UUID copiado se devuelve en la ubicacion a la que apunta dst. AUTORES Theodore Y. Ts'o VEASE TAMBIEN uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) INFORMAR DE ERRORES For bug reports, use the issue tracker . DISPONIBILIDAD La biblioteca libuuid forma parte del paquete util-linux desde la version 2.15.1. Puede descargarse de Linux Kernel Archive . util-linux 2.41 2025-03-29 UUID_COPY(3)