other versions
UUID_COPY(3) | Library Functions Manual | UUID_COPY(3) |
名前¶
uuid_copy - UUID 値をコピーする
書式¶
#include <uuid/uuid.h> void uuid_copy(uuid_t dst, uuid_t src);
説明¶
uuid_copy 関数は UUID 変数 src を dst にコピーする。
返り値¶
dst が指す場所にコピーされた UUID の値が返される。
著者¶
Theodore Y. Ts'o
入手方法¶
関連項目¶
uuid(3), uuid_clear(3), uuid_compare(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
December 2010 | E2fsprogs version 1.41.14 |