Man Page: uuid_encode
Operating Environment: ultrix
Section: 3ncs
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)
| Related Man Pages |
|---|
| lb_register(3ncs) - ultrix |
| rpc_clear_binding(3ncs) - ultrix |
| rpc_sockaddr_to_name(3ncs) - ultrix |
| rpc_unregister(3ncs) - ultrix |
| socket_to_name(3ncs) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| A short history of UNIX by l.madden@ic.ac.uk |
| Can I change my hostname without messing things up? |
| PHP Write Man Pages to MySQL DB |