Man page - uuid_copy(3)

Packages contains this manual

Available languages:

en fr es ko ja uk ro sr de

Manual

UUID_COPY

BEZEICHNUNG
ÜBERSICHT
BESCHREIBUNG
RÜCKGABEWERT
AUTOREN
SIEHE AUCH
FEHLER MELDEN
VERFÜGBARKEIT

BEZEICHNUNG

uuid_copy - einen UUID-Wert kopieren

ÜBERSICHT

#include <uuid.h>

void uuid_copy(uuid_t Ziel , const uuid_t Quelle );

BESCHREIBUNG

Die Funktion uuid_copy () kopiert die UUID-Variable von Quelle nach Ziel .

RÜCKGABEWERT

Die kopierte UUID wird am Ort zurückgegeben, auf den Ziel zeigt.

AUTOREN

Theodore Y. Ts’o

SIEHE AUCH

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

FEHLER MELDEN

For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.

VERFÜGBARKEIT

Die Bibliothek libuuid ist seit Version 2.15.1 Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv <https://www.kernel.org/pub/linux/utils/util-linux/> heruntergeladen werden kann.