Manpages

名 前

uuid_is_null − UUID と NULL 値 を 比 較 す る

書 式

#include <uuid/uuid.h>

int uuid_is_null(uuid_t uu);

説 明

uuid_is_null 関 数 は 与 え ら れ た UUID 変 数 uu を NULL 値 と 比 較 す る 。 等 し け れ ば 1 が 返 さ れ 、 等 し く な け れ ば 0 が 返 さ れ る 。

著 者

Theodore Y. Ts’o

入 手 方 法

http://e2fsprogs.sourceforge.net/">http://e2fsprogs.sourceforge.net/

関 連 項 目

uuid(3), uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_time(3), uuid_parse(3), uuid_unparse(3)