Scroll to navigation

UUID_COPY(3) Programmerarens handbok UUID_COPY(3)

NAMN

uuid_copy - kopiera ett UUID-värde

SYNOPSIS

#include <uuid.h>

void uuid_copy(uuid_t dst, const uuid_t src);

BESKRIVNING

Funktionen uuid_copy() kopierar UUID-variabeln src till dst.

RETURVÄRDE

Den kopierade UUID:n returneras på den plats som dst pekar på.

UPPHOVSPERSONER

Theodore Y. Ts’o

SE ÄVEN

uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3)

FELRAPPORTERING

För felrapporter, använd felhanteraren <https://github.com/util-linux/util-linux/issues>.

TILLGÄNGLIGHET

Biblioteket libuuid är en del av paketet util-linux sedan version 2.15.1. Det kan laddas ner från Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.

2026-06-04 util-linux 2.42.1