UUID_IS_NULL(3) Programmierhandbuch UUID_IS_NULL(3) BEZEICHNUNG uuid_is_null - den Wert der UUID mit dem NULL-Wert vergleichen UBERSICHT #include <uuid.h> int uuid_is_null(const uuid_t uu); BESCHREIBUNG Die Funktion uuid_is_null() vergleicht den Wert der ubergebenen UUID-Variable uu mit dem Wert NULL. Wenn der Wert gleich der NULL-UUID ist, wird 1 zuruckgegeben, anderenfalls 0. AUTOREN Theodore Y. Ts'o SIEHE AUCH uuid(3), uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_time(3), uuid_parse(3), uuid_unparse(3) FEHLER MELDEN For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>. VERFUGBARKEIT 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. util-linux 2.41 2025-03-29 UUID_IS_NULL(3)