Man page - uuid_is_null(3)
Packages contains this manual
Available languages:
en fr ko ja uk ro sr deManual
UUID_IS_NULL
์ด ๋ฆ๊ฐ ์
์ค ๋ช
์ ์ ์
์ถ ๊ฐ ์ฐธ ์กฐ
๋ฒ ๊ทธ ๋ณด ๊ณ
๊ฐ ์ฉ ์ฑ
์ด ๋ฆ
uuid_is_null - compare the value of the UUID to the NULL value
๊ฐ ์
#include <uuid.h>
int uuid_is_null(const uuid_t uu );
์ค ๋ช
The uuid_is_null () function compares the value of the supplied UUID variable uu to the NULL value. If the value is equal to the NULL UUID, 1 is returned, otherwise 0 is returned.
์ ์ ์
Theodore Y. Tsโo
์ถ ๊ฐ ์ฐธ ์กฐ
uuid (3), uuid_clear (3), uuid_compare (3), uuid_copy (3), uuid_generate (3), uuid_time (3), uuid_parse (3), uuid_unparse (3)
๋ฒ ๊ทธ ๋ณด ๊ณ
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
๊ฐ ์ฉ ์ฑ
libuuid ๋ผ ์ด ๋ธ ๋ฌ ๋ฆฌ ๋ 2.15.1 ๋ฒ ์ ๋ถ ํฐ util-linux ํจ ํค ์ง ์ ์ผ ๋ถ ์ ๋ ๋ค . Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>์ ์ ๋ค ์ด ๋ก ๋ ํ ์ ์ ์ต ๋ ๋ค .