1UUID_IS_NULL(3) Library Functions Manual UUID_IS_NULL(3)
2
3
4
6 uuid_is_null - compare the value of the UUID to the NULL value
7
9 #include <uuid/uuid.h>
10
11 int uuid_is_null(uuid_t uu);
12
14 The uuid_is_null function compares the value of the supplied UUID vari‐
15 able uu to the NULL value. If the value is equal to the NULL UUID, 1
16 is returned, otherwise 0 is returned.
17
19 Theodore Y. Ts'o
20
22 http://e2fsprogs.sourceforge.net/ ⟨http://e2fsprogs.sourceforge.net/⟩
23
25 uuid(3), uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_gener‐
26 ate(3), uuid_time(3), uuid_parse(3), uuid_unparse(3)
27
28
29
30E2fsprogs version 1.40.2 July 2007 UUID_IS_NULL(3)