uuid_encode(3ncs) uuid_encode(3ncs) Name uuid_encode - convert a UUID into its character-string representation Syntax #include <idl/c/uuid.h> void uuid_$encode(uuid, s) uuid_$t *uuid; uuid_$string_t s; Arguments uuid A UUID. s The character-string representation of uuid. Description The routine returns the character-string representation of a UUID. Examples The following routine returns as foo_uuid_rep the character-string representation for the UUID foo_uuid: uuid_$encode (&foo_uuid, foo_uuid_rep); Files See Also intro(3ncs), uuid_decode(3ncs) uuid_encode(3ncs)