Man page - uuid_copy(3)
Packages contains this manual
Available languages:
en fr es ko ja uk ro sr deManual
UUID_COPY
NOMBRESINOPSIS
DESCRIPCIĆN
VALOR DEVUELTO
AUTORES
VĆASE TAMBIĆN
INFORMAR DE ERRORES
DISPONIBILIDAD
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/>.