Scroll to navigation

UUID_COPY(3) Manual del programador UUID_COPY(3)

NOMBRE

uuid_copy - copia un valor de UUID

SINOPSIS

#include <uuid.h>

void uuid_copy(uuid_t dst, 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 at <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/>.

2024-04-27 util-linux 2.40