Provided by: util-linux-locales_2.41-4ubuntu3_all 

NOMBRE
uuid_copy - copia un valor de UUID
SINOPSIS
#include <uuid.h> void uuid_copy(uuid_t dst, const uuid_t src);
DESCRIPCIÓN
La función uuid_copy() copia la variable UUID src en dst.
VALOR DEVUELTO
El UUID copiado se devuelve en la ubicación a la que apunta dst.
AUTORES
Theodore Y. Ts’o
VÉASE TAMBIÉN
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 <https://github.com/util-linux/util-linux/issues>.
DISPONIBILIDAD
La biblioteca libuuid forma parte del paquete util-linux desde la versión 2.15.1. Puede descargarse de Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>. util-linux 2.41 2025-07-02 UUID_COPY(3)